Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / InternalErrorException Class
Members




In This Topic
    InternalErrorException Class
    In This Topic
    An exception object that this component will throw whenever an unhandled exception is encountered.
    Object Model
    InternalErrorException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class InternalErrorException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As InternalErrorException
    [Serializable()]
    public sealed class InternalErrorException : BarcodeException 
    [Serializable()]
    public __gc __sealed class InternalErrorException : public BarcodeException 
    [Serializable()]
    public ref class InternalErrorException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.InternalErrorException

    See Also