Event representing error for a channel

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Sub New ( _
	exception As Exception _
)
C#
public ErrorEventArgs(
	Exception exception
)
Visual C++
public:
ErrorEventArgs(
	Exception^ exception
)

Parameters

exception
Type: System..::..Exception

See Also