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

In This Topic
    ImGearArgumentTypeException Constructor
    In This Topic
    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(String,{Any},Type,String);

    Parameters

    paramName
    actualType
    expectedType
    message
    See Also