Initializes a new instance of the Error class.
Namespace: S22.XmppAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public XmppError( ErrorType type, ErrorCondition condition, params XmlElement[] data ) |
Parameters
- type
- Type: S22.Xmpp..::..ErrorType
The type of the error.
- condition
- Type: S22.Xmpp..::..ErrorCondition
The condition of the error.
- data
- Type: array<System.Xml..::..XmlElement>[]()[][]
The content of the error element.