Initializes a new instance of the ImapException class with the specified error message and status.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String, _
	status As ImapExceptionStatus _
)
C#
public ImapException(
	string message,
	ImapExceptionStatus status
)

Parameters

message
Type: System..::..String
The message that describes the error.
status
Type: Rebex.Net..::..ImapExceptionStatus
One of the ImapExceptionStatus values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also