ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessDeniedException Class
Members




In This Topic
    ImGearARTAccessDeniedException Class
    In This Topic
    The Access Denied exception.
    Object Model
    ImGearARTAccessDeniedException ClassImGearARTPage ClassImGearARTAccessRights Class
    Syntax
    'Declaration
     
    Public Class ImGearARTAccessDeniedException 
       Inherits ImageGear.Core.ImGearException
    'Usage
     
    Dim instance As ImGearARTAccessDeniedException
    public class ImGearARTAccessDeniedException : ImageGear.Core.ImGearException 
    public __gc class ImGearARTAccessDeniedException : public ImageGear.Core.ImGearException 
    public ref class ImGearARTAccessDeniedException : public ImageGear.Core.ImGearException 
    Remarks
    The exception is thrown in case if the access to the object was limited.
    Inheritance Hierarchy

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

    See Also