Barcode Xpress for .NET Framework v14.1 - 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.
    Object Model
    PDF417EncodingException Class
    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