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




In This Topic
    TimeoutErrorException Class
    In This Topic
    This exception is not used.
    Object Model
    TimeoutErrorException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class TimeoutErrorException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As TimeoutErrorException
    [Serializable()]
    public sealed class TimeoutErrorException : BarcodeException 
    [Serializable()]
    public __gc __sealed class TimeoutErrorException : public BarcodeException 
    [Serializable()]
    public ref class TimeoutErrorException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.TimeoutErrorException

    See Also