ImageGear .NET - Updated
ImGearException Class
Members 




ImageGear24.Core Assembly > ImageGear.Core Namespace : ImGearException Class
Base class for all exceptions thrown by the ImageGear for .NET library. Contains error codes and optionally supplied data.
Object Model
ImGearException Class
Syntax
'Declaration
 
Public Class ImGearException 
   Inherits System.Exception
'Usage
 
Dim instance As ImGearException
public class ImGearException : System.Exception 
public __gc class ImGearException : public System.Exception 
public ref class ImGearException : public System.Exception 
Remarks
Contains detailed information about the error that occured.

This class does not have any public constructors. All instances are created implicitly by overloads of ThrowError static method.

Inheritance Hierarchy

System.Object
   System.Exception
      ImageGear.Core.ImGearException
         ImageGear.ART.ImGearARTAccessDeniedException

See Also

Reference

ImGearException Members
ImageGear.Core Namespace