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

In This Topic
    ImGearInvalidOperationException class
    In This Topic
    Represents an ImGearInvalidOperationException object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearInvalidOperationException = function( 
       message : String
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearInvalidOperationException();
    Remarks
    When a client function or method is called and an error occurs that is not caused by invalid arguments, an object of this type is created.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearInvalidOperationException

    See Also