ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pageOpenFailed(handler : Function) function remove_pageOpenFailed(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pageOpenFailed(handler); .remove_pageOpenFailed(handler); |
The ImGearDocument will raise this event whenever one or more pages fail to load in the document.
The document will provide a ImGearPageOpenFailedEventArgs which contains one parameter, an exception object.
This object contains an exception object which may be of the following type in the list:
- ImageGear.Web.UI.ImGearHttpException, for details see, ImGearHttpException
- ImageGear.Web.UI.ImGearArgumentException, for details see, ImGearArgumentException
- ImageGear.Web.UI.ImGearArgumentOutOfRangeException, for details see, ImGearArgumentOutOfRangeException
- ImageGear.Web.UI.ImGearInvalidOperationException, for details see, ImGearInvalidOperationException
- ImageGear.Web.UI.ImGearNotImplementedException, for details see, ImGearNotImplementedException
- ImageGear.Web.UI.ImGearParameterCountException, for details see, ImGearParameterCountException
- ImageGear.Web.UI.ImGearArgumentTypeException, for details see, ImGearArgumentTypeException
- ImageGear.Web.UI.ImGearArgumentNullException, for details see, ImGearArgumentNullException
- ImageGear.Web.UI.ImGearArgumentUndefinedException, for details see, ImGearArgumentUndefinedException