Class ImapException
ImapException class
Represents the exception that is thrown when the ImapClient is not able to complete an operation.
public class ImapException : AsposeException
Constructors
Name | Description |
---|
ImapException() | Initializes a new instance of the ImapException class. |
ImapException(string) | Initializes a new instance of the ImapException class. |
ImapException(string, Exception) | Initializes a new instance of the ImapException class. |
ImapException(string, params object[]) | Initializes a new instance of the ImapException class with a specified error message. |
Properties
Name | Description |
---|
ErrorDetails { get; } | Gets extra information aboout error |
override Message { get; } | Gets a message that describes the current exception. |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also