Initializes a new instance of the InvalidCredentialsException class with its message string set to message and a reference to the inner exception that is the cause of this exception.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public InvalidCredentialsException(
	string message,
	Exception inner
)

Parameters

message
Type: System..::..String
A description of the error. The content of message is intended to be understood by humans.
inner
Type: System..::..Exception
The exception that is the cause of the current exception.

See Also