 | 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
Syntaxpublic BarcodeException(
string message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also