VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / InternalErrorException Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    InternalErrorException Class
    In This Topic
    The exception that is thrown when an internal error is occured in the library.
    Object Model
    InternalErrorException
    Syntax
    'Declaration
    
    Public NotInheritable Class InternalErrorException
       Inherits System.Exception
    
    
    public sealed class InternalErrorException : System.Exception
    
    
    public __gc __sealed class InternalErrorException : public System.Exception*
    
    
    public ref class InternalErrorException sealed : public System.Exception^
    
    
    Remarks

    The Message property contains information about current state of the library. You can send this information to VintaSoft's support team (support@vintasoft.com) and we will do the best to solve the problem.

    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Barcode.InternalErrorException

    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