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