Barcode Xpress for .NET Core v13.10 - Updated
Accusoft.BarcodeXpressSdk Namespace / PDF417EncodingException Class
Members




In This Topic
    PDF417EncodingException Class
    In This Topic
    This exception is thrown if an internal exception has occurred while trying to encode the barcode data.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class PDF417EncodingException 
       Inherits BarcodeException
    'Usage
     
    
    Dim instance As PDF417EncodingException
    [Serializable()]
    public sealed class PDF417EncodingException : BarcodeException 
    [Serializable()]
    public __gc __sealed class PDF417EncodingException : public BarcodeException 
    [Serializable()]
    public ref class PDF417EncodingException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.PDF417EncodingException

    See Also