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

Namespace: S22.Xmpp
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public XmppException(
	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