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

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.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