SocketTools .NET Edition

NntpClientException Constructor ()

Initializes a new instance of the NntpClientException class with the last network error code.

[Visual Basic]
Overloads Public Sub New()
[C#]
public NntpClientException();

Remarks

The ctor constructor sets the ErrorCode property to the last client error that occurred. For more information about the errors that may occur, refer to the NntpClient.ErrorCode enumeration.

See Also

NntpClientException Class | SocketTools Namespace | NntpClientException Constructor Overload List