RecognitionAbortedException

RecognitionAbortedException class

Module: aspose_barcode.recognition.recognition_aborted_exception

Inherits: Exception

Exception raised when barcode recognition is aborted.

Constructors

NameDescription
initInitializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

Properties

NameTypeDescription
execution_timeint

RecognitionAbortedException Constructor

__init__(self, Optional[str] message, Optional[int] executionTime)

Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

ParameterTypeDescription
messageOptional[str]The error message of the exception.
executionTimeOptional[int]The execution time of current recognition session.

RecognitionAbortedException.execution_time

Type: int

ParameterTypeDescription
valueint