Initializes a new instance of the ErrorEventArgs class.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ErrorEventArgs( Exception e ) |
Parameters
- e
- Type: System..::..Exception
The exception that causes the error event.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The e parameter is null. |