Click or drag to resize
ErrorEventArgs Constructor
Initializes a new instance of the ErrorEventArgs class.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ErrorEventArgs(
	Exception e
)

Parameters

e
Type: SystemException
The exception that causes the error event.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe e parameter is null.
See Also