Initializes a new instance of the XmppErrorException class with the specified
serialization and context information.
Namespace: S22.XmppAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected XmppErrorException( XmppError error, SerializationInfo info, StreamingContext context ) |
Parameters
- error
- Type: S22.Xmpp..::..XmppError
The XMPP error that is the reason for the exception.
- info
- Type: System.Runtime.Serialization..::..SerializationInfo
An object that holds the serialized object data about the exception being thrown.
- context
- Type: System.Runtime.Serialization..::..StreamingContext
An object that contains contextual information about the source or destination.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The error parameter is null. |