Initializes a new instance of the Iq class from the specified Xml element.

Namespace: S22.Xmpp.Core
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionThe element parameter is null.

See Also