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

In This Topic
    ImGearException class
    In This Topic
    Represents a generic custom ImageGear Exception object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearException = function( 
       message : String,
       errorInfo : Object
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearException();
    Remarks

    This object is derived from the JavaScript native Error object. The message represents the error message. The second parameter passed is an object whose fields will be attached to the instance of the object.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearException

    See Also