Initializes a new instance of the ImapException class with the specified ImapResponse.

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

Syntax

Visual Basic
Public Sub New ( _
	response As ImapResponse _
)
C#
public ImapException(
	ImapResponse response
)

Parameters

response
Type: Rebex.Net..::..ImapResponse
The ImapResponse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also