DnsResponseParseException

DnsResponseParseException constructor (1 of 4)

The default constructor.

public DnsResponseParseException()

See Also


DnsResponseParseException constructor (2 of 4)

public DnsResponseParseException(string message)

See Also


DnsResponseParseException constructor (3 of 4)

public DnsResponseParseException(string message, Exception innerException)

See Also


DnsResponseParseException constructor (4 of 4)

public DnsResponseParseException(string message, byte[] data, int index = 0, int length = 0, 
    Exception innerException = null)

See Also