BarcodeException Constructor (String)ByteScout Barcode Reader SDK
Initializes a new instance of the BarcodeException class with a specified error message.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

public BarcodeException(
	string message
)

Parameters

message
Type: SystemString
The exception message that describes the error.
See Also

Reference