Overload List
Name | Description | |
---|---|---|
ImapException()()()() |
Initializes a new instance of the ImapException class.
| |
ImapException(String) |
Initializes a new instance of the ImapException class with the specified error message.
| |
ImapException(ImapResponse) |
Initializes a new instance of the ImapException class with the specified ImapResponse.
| |
ImapException(String, ImapExceptionStatus) |
Initializes a new instance of the ImapException class with the specified error message and status.
| |
ImapException(String, Exception) |
Initializes a new instance of the ImapException class with the specified error message
and a reference to the inner exception that is the cause of this exception.
| |
ImapException(String, Exception, ImapExceptionStatus) |
Initializes a new instance of the ImapException class with the specified error message, status,
and a reference to the inner exception that is the cause of this exception.
|