Class BarCodeRecognitionException

BarCodeRecognitionException class

General exception thrown by BarCodeReader, inherited from BarCodeException

public class BarCodeRecognitionException : Exception

Constructors

NameDescription
BarCodeRecognitionException()Initializes a new instance of the BarCodeRecognitionException class.
BarCodeRecognitionException(string)Initializes a new instance of the BarCodeRecognitionException class.
BarCodeRecognitionException(string, Exception)Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.

See Also