[]
Provides data for the EncodingError event.
public class EncodingErrorEventArgs : EventArgs
| Name | Description |
|---|---|
| EncodingErrorEventArgs(BarCodeException) | Initializes a new instance of the EncodingErrorEventArgs class. |
| 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. |