ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearException Class
Members




In This Topic
    ImGearException Class
    In This Topic
    Base class for all exceptions thrown by the ImageGear 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

    See Also