Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Registers a handler for the failed request event of the web request.
SP.PageRequest.add_failed(value);
Parameters
value
SP.PageRequestSucceededEventHandler
The handler registered to handle the failed request event.
Remarks
The executor associated with the web request raises the failed request event by calling the failed method.