Initializes a new instance of the JID class.
Namespace: S22.XmppAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | The jid parameter is null. |
System..::..ArgumentException | The jid parameter does not represent a valid JID. |