VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ConversionException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ConversionException Class
    In This Topic
    Represents errors, which occur during conversion.
    Object Model
    ConversionProfileResult ConversionException
    Syntax
    'Declaration
    
    Public Class ConversionException
       Inherits System.Exception
    
    
    public class ConversionException : System.Exception
    
    
    public __gc class ConversionException : public System.Exception*
    
    
    public ref class ConversionException : public System.Exception^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Processing.ConversionException

    Requirements

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

    See Also