[]
        
(Showing Draft Content)

C1.Win.BarCode.EncodingErrorEventArgs

EncodingErrorEventArgs Class

Provides data for the EncodingError event.

Inheritance
EncodingErrorEventArgs
Namespace: C1.Win.BarCode
Assembly: C1.Win.Barcode.4.8.dll
Syntax
public class EncodingErrorEventArgs : EventArgs

Constructors

Name Description
EncodingErrorEventArgs(BarCodeException)

Initializes a new instance of the EncodingErrorEventArgs class.

Properties

Name Description
ErrorCode

Gets internal code of the error.

Exception

Gets the exception that initially triggered the EncodingError event.

Text

Gets the text of exception. It can be changed by user.

ThrowException

Gets or sets a value that indicates whether Exception should be thrown.