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

In This Topic
    ImGearNotImplementedException class
    In This Topic
    Represents an ImGearNotImplementedException object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearNotImplementedException = function( 
       message : String
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearNotImplementedException();
    Remarks
    When an attempt is made to call a client method that is not supported by an object, an object of this type is created.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearNotImplementedException

    See Also