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.

ParameterDescription
messageThe error message of the exception.
executionTimeThe execution time of current recognition session.

Methods

NameDescription
getExecutionTime()Gets the execution time of current recognition session
setExecutionTime(value)Sets the execution time of current recognition session