ImageGear for .NET
ImGearArgumentTypeException Class
See Also  Members   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : ImGearArgumentTypeException Class

Glossary Item Box

Represents an ImGearArgumentNullException 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

©2013. Accusoft Corporation. All Rights Reserved.