Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ DNSException()

Ice::DNSException::DNSException ( const char * file,
int line,
ErrorCode error,
std::string_view host )

Constructs a DNSException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
errorThe error code.
hostThe host name that could not be resolved.