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




In This Topic
    InvalidErrorCorrectionLevelException Class
    In This Topic
    This exception is thrown if the error correction level is not in the valid range for the 2D barcode type.
    Object Model
    InvalidErrorCorrectionLevelException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class InvalidErrorCorrectionLevelException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As InvalidErrorCorrectionLevelException
    [Serializable()]
    public sealed class InvalidErrorCorrectionLevelException : BarcodeException 
    [Serializable()]
    public __gc __sealed class InvalidErrorCorrectionLevelException : public BarcodeException 
    [Serializable()]
    public ref class InvalidErrorCorrectionLevelException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.InvalidErrorCorrectionLevelException

    See Also