If Problem is SocketException this contains the Exception caused by a Socket method. Otherwise null/Nothing.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Exception SocketException { get; }
Visual Basic (Declaration)
Public ReadOnly Property SocketException As Exception

See Also