Class RecognitionAbortedException
RecognitionAbortedException class
Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader.
public class RecognitionAbortedException : BarCodeRecognitionException
Constructors
| Name | Description |
|---|
| RecognitionAbortedException() | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. |
| RecognitionAbortedException(int) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. |
| RecognitionAbortedException(string, int) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. |
Properties
| Name | Description |
|---|
| ExecutionTime { get; set; } | Gets the execution time of current recognition session |
Methods
| Name | Description |
|---|
| override GetObjectData(SerializationInfo, StreamingContext) | When overridden in a derived class, sets the SerializationInfo with information about the exception. |
See Also