ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.ImGearHttpException = function( statusCode : Number, message : string, customErrorCode : Number ) {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.ImGearHttpException(); |
The following list contains the possible statusCodes:
- 400: Bad request, this status code generally indicates that the documentIdentifier was not given.
- 404: The image file was missing.
- 410: Image file could not be opened due to corrupted or unlicensed file.
- 500: Internal Server Error. This means that something seriously went wrong on the server.
Object
ImageGear.Web.UI.ImGearHttpException