SocketTools .NET Edition

NntpClientException Constructor (String)

Initializes a new instance of the NntpClientException class with a specified error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public NntpClientException(
   string message
);

Parameters

message
The error message that explains the reason for the exception.

Remarks

The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

See Also

NntpClientException Class | SocketTools Namespace | NntpClientException Constructor Overload List