Link Search Menu Expand Document

BarcodeException Constructor (String, Exception)

Initializes a new instance of the BarcodeException class with a specified error message and inner exception.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public BarcodeException(
	string message,
	Exception internalException
)

Parameters

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

Reference