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

In This Topic
    ImGearArgumentOutOfRangeException class
    In This Topic
    Represents an ImGearArgumentOutOfRangeException object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearArgumentOutOfRangeException = function( 
       paramName : String,
       actualValue : {Any},
       message : String
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearArgumentOutOfRangeException();
    Remarks
    When a client function or method is called and an argument value is outside an acceptable range, an object of this type is created.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearArgumentOutOfRangeException

    See Also