constructor(xhr: XMLHttpRequest, msg?: string): RequestErrorEventArgs
Initializes a new instance of the RequestErrorEventArgs class.
The XMLHttpRequest that detected the error. The status and statusText properties of the request object contain details about the error.
Optional error message.
Gets or sets a value that indicates whether the event should be canceled.
Provides a value to use with events that do not have event data.
Gets a reference to the XMLHttpRequest that detected the error.
The status and statusText properties of the request object contain details about the error.
Provides arguments for XMLHttpRequest error events.