Click or drag to resize

BarcodeException Constructor (String)

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

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BarcodeException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also