Used by the endRequest event of the PageRequestManager class to pass argument information to event handlers.
Initializes a new instance of the EndRequestEventArgs class.
An error object.
An object containing data items.
An object of type Sys.Net.WebRequestExecutor.
An object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.
Gets a JSON data structure that contains data items that were registered by using the RegisterDataItem method of the ScriptManager class. The JavaScript Error object exposes several properties that define the error. The Microsoft Ajax Library provides additional functions for the Error object.
any
A JSON data structure that contains name/value pairs that were registered as data items by using the RegisterDataItem method of the ScriptManager class.
Gets the Error object.
Error
A base ECMAScript (JavaScript) Error object.
Get or sets a value that indicates whether the error has been handled. Use this property to determine whether an asynchronous postback error has already been handled. If it has not and if you want to take action on the error, you can set the error as handled.
boolean
true if the error has been handled; otherwise false.
Gets a response object that is represented by the Sys.Net.WebRequestExecutor class.
A response object that is represented by the WebRequestExecutor class.
Get or sets a value that indicates whether the error has been handled. Use this property to determine whether an asynchronous postback error has already been handled. If it has not and if you want to take action on the error, you can set the error as handled.
true or false.