Initializes a new instance of the Pop3Exception class with the specified error message.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| C# |
|---|
public Pop3Exception( string message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.