SocketTools .NET Edition

DnsClientException Class

This exception is thrown when a networking error occurs.

For a list of all members of this type, see DnsClientException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.DnsClientException

[Visual Basic]
Public Class DnsClientException
    Inherits ApplicationException
[C#]
public class DnsClientException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception can be thrown when a property is set that results in a networking error, or as the result of calling a method that fails when the ThrowError property has been set to True.

Requirements

Namespace: SocketTools

Assembly: SocketTools.DnsClient (in SocketTools.DnsClient.dll)

See Also

DnsClientException Members | SocketTools Namespace