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

In This Topic
    ImGearArgumentTypeException class
    In This Topic
    Represents an ImGearArgumentTypeException object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearArgumentTypeException = function( 
       paramName : String,
       actualType : {Any},
       expectedType : Type,
       message : String
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearArgumentTypeException();
    Remarks
    When a client function or method is called and an argument passed to it is not an allowed type, an object of this type is created.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearArgumentTypeException

    See Also