SocketTools .NET Edition

DnsClient.LastErrorString Property

Return a description of the last error that occurred.

[Visual Basic]
Public ReadOnly Property LastErrorString As String
[C#]
public string LastErrorString {get;}

Property Value

A string which describes the last error.

Remarks

The LastErrorString property returns a description of the last error that occurred. This can be used to display a meaningful error message to a user, rather than just the numeric value returned by the LastError property.

See Also

DnsClient Class | SocketTools Namespace | LastError Property