Ice::DNSException::DNSException | ( | const char * | file, |
int | line, | ||
ErrorCode | error, | ||
std::string_view | host ) |
Constructs a DNSException.
file | The file where this exception is constructed. This C string is not copied. |
line | The line where this exception is constructed. |
error | The error code. |
host | The host name that could not be resolved. |