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(); |
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.
Object
ImageGear.Web.UI.ImGearArgumentTypeException