Get Message representing the type of error

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

Syntax

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

See Also