ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / EncodingErrorEventArgs Class / EncodingErrorEventArgs Constructor
The exception that initially triggered the EncodingError event.

In This Topic
    EncodingErrorEventArgs Constructor
    In This Topic
    Initializes a new instance of the EncodingErrorEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exception As BarCodeException _
    )
    public EncodingErrorEventArgs( 
       BarCodeException exception
    )

    Parameters

    exception
    The exception that initially triggered the EncodingError event.
    See Also