Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkImapException()()()()
Initializes a new instance of the ImapException class.
Public methodSupported by the .NET Compact FrameworkImapException(String)
Initializes a new instance of the ImapException class with the specified error message.
Public methodSupported by the .NET Compact FrameworkImapException(ImapResponse)
Initializes a new instance of the ImapException class with the specified ImapResponse.
Public methodSupported by the .NET Compact FrameworkImapException(String, ImapExceptionStatus)
Initializes a new instance of the ImapException class with the specified error message and status.
Public methodSupported by the .NET Compact FrameworkImapException(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.
Public methodSupported by the .NET Compact FrameworkImapException(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.

See Also