BarCodeRecognitionException.BarCodeRecognitionException

BarCodeRecognitionException()

Initializes a new instance of the BarCodeRecognitionException class.

public BarCodeRecognitionException()

See Also


BarCodeRecognitionException(string)

Initializes a new instance of the BarCodeRecognitionException class.

public BarCodeRecognitionException(string message)
ParameterTypeDescription
messageStringerror message

See Also


BarCodeRecognitionException(string, Exception)

Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.

public BarCodeRecognitionException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message of the exception.
innerExceptionExceptionThe current exception is thrown.

See Also