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

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

public BarcodeException(
	string message,
	Exception innerException
)

Parameters

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

Reference