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

NameDescription
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

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also