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




In This Topic
    InvalidLicenseException Class
    In This Topic
    This exception is thrown if an invalid license is detected.
    Object Model
    InvalidLicenseException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class InvalidLicenseException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As InvalidLicenseException
    [Serializable()]
    public sealed class InvalidLicenseException : BarcodeException 
    [Serializable()]
    public __gc __sealed class InvalidLicenseException : public BarcodeException 
    [Serializable()]
    public ref class InvalidLicenseException sealed : public BarcodeException 
    Remarks

    The following is a list of possible actions that can trigger this exception:

    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.InvalidLicenseException

    See Also