ImageGear .NET - Updated
ImGearException class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearException class
Represents a generic custom ImageGear Exception object.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ImGearException = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ImGearException();
Remarks

This object is derived from the JavaScript native Error object. The message represents the error message. The second parameter passed is an object whose fields will be attached to the instance of the object.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.ImGearException

See Also

Reference

ImGearException Members
ImageGear.Web.UI Namespace