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

In This Topic
    ImGearHttpException Constructor
    In This Topic
    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(Number,string,Number);

    Parameters

    statusCode
    message
    customErrorCode
    See Also