Event representing an error while receiving HttpRequest response

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

Syntax

Visual Basic
Public Class ErrorEventArgs _
	Inherits EventArgs
C#
public class ErrorEventArgs : EventArgs
Visual C++
public ref class ErrorEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Kaazing.HTML5..::..ErrorEventArgs

See Also