SocketTools .NET Edition

MailMessageException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public MailMessageException(
   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

MailMessageException Class | SocketTools Namespace | MailMessageException Constructor Overload List