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

In This Topic
    ImGearParameterCountException class
    In This Topic
    Represents an ImGearParameterCountException object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearParameterCountException = function( 
       message : String
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearParameterCountException();
    Remarks
    When a client function or method is called and an invalid number of arguments have been passed to it, an object of this type is created.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearParameterCountException

    See Also