ImapException.ImapException

ImapException()

Initializes a new instance of the ImapException class.

public ImapException()

See Also


ImapException(string)

Initializes a new instance of the ImapException class.

public ImapException(string message)
ParameterTypeDescription
messageStringA String that describes the error that occurred.

See Also


ImapException(string, params object[])

Initializes a new instance of the ImapException class with a specified error message.

public ImapException(string format, params object[] parameters)
ParameterTypeDescription
formatStringMessage format
parametersObject[]Format parameters

See Also


ImapException(string, Exception)

Initializes a new instance of the ImapException class.

public ImapException(string message, Exception innerException)
ParameterTypeDescription
messageStringA String that describes the error that occurred.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also