Initializes a new instance of the Iq class from the specified
Xml element.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Iq( XmlElement element ) |
Parameters
- element
- Type: System.Xml..::..XmlElement
An Xml element representing an IQ stanza.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The element parameter is null. |