ASP.NET MVC Controls
RequestErrorEventArgs Class
File
wijmo.js
Module
wijmo
Base Class
CancelEventArgs

Provides arguments for XMLHttpRequest error events.

Constructor

Properties

Constructor

constructor

constructor(xhr: XMLHttpRequest, msg?: string): RequestErrorEventArgs

Initializes a new instance of the RequestErrorEventArgs class.

Parameters
Returns
RequestErrorEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Type
EventArgs

message

Gets or sets an error message to display to the user.

Type
string

request

Gets a reference to the XMLHttpRequest that detected the error.

The status and statusText properties of the request object contain details about the error.

Type
XMLHttpRequest

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback