RecognitionAbortedException
RecognitionAbortedException class
Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader.
new RecognitionAbortedException(message, executionTime)
Initializes a new instance of the class with specified recognition abort message.
| Parameter | Description |
|---|---|
| message | The error message of the exception. |
| executionTime | The execution time of current recognition session. |
Methods
| Name | Description |
|---|---|
| getExecutionTime() | Gets the execution time of current recognition session |
| setExecutionTime(value) | Sets the execution time of current recognition session |