Link Search Menu Expand Document

BarcodeException Constructor (String)

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

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

Parameters

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

Reference