ComponentOne BarCode for WinForms
EncodingErrorEventArgs Constructor

C1.Win.BarCode.4 Assembly > C1.Win.BarCode Namespace > EncodingErrorEventArgs Class : EncodingErrorEventArgs Constructor
The exception that initially triggered the EncodingError event.
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

Reference

EncodingErrorEventArgs Class
EncodingErrorEventArgs Members