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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also