ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearHttpException class
Members

In This Topic
    ImGearHttpException class
    In This Topic
    Represents an ImageGear HttpException object.
    Syntax
    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();
    Remarks

    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.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearHttpException

    See Also