The XmppError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmppError |
Initializes a new instance of the Error class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a textual representation of this Error instance.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Condition |
The XMPP error condition value of this error.
| |
Data |
Provides access to the XML of the underlying error stanza.
| |
Text |
A textual description of the error in more detail. This may be null.
| |
Type |
The type of the error.
|