Initializes a new instance of the BadServerResponseException class with its message string set to message.

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

Syntax

C#
public BadServerResponseException(
	string message
)

Parameters

message
Type: System..::..String
A description of the error. The content of message is intended to be understood by humans.

See Also