VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Psd Namespace / PsdFileException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PsdFileException Class
    In This Topic
    Represents error that occurs during manipulation with PSD file.
    Object Model
    PsdFileException
    Syntax
    'Declaration
    
    Public NotInheritable Class PsdFileException
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public sealed class PsdFileException : Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
    
    
    public __gc __sealed class PsdFileException : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException*
    
    
    public ref class PsdFileException sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Codecs.ImageFiles.ImageFileException
             Vintasoft.Imaging.Codecs.ImageFiles.Psd.PsdFileException

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also