Get Exception representing the error

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

Syntax

Visual Basic
Public ReadOnly Property Exception As Exception
	Get
C#
public Exception Exception { get; }
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}

See Also