Initializes a new instance of the JID class.

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

Syntax

C#
public Jid(
	string jid
)

Parameters

jid
Type: System..::..String
A string from which to construct the JID.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe jid parameter is null.
System..::..ArgumentExceptionThe jid parameter does not represent a valid JID.

See Also