Initializes a new instance of the ErrorEventArgs class.

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

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

See Also