Overload | Description |
---|---|
InvalidBarcodeValueException Constructor() | Generated base exception for an invalid barcode value. |
InvalidBarcodeValueException Constructor(Int32) | Generated exception for an invalid barcode value with a given error number. |
InvalidBarcodeValueException Constructor(String) | Generated exception for an invalid barcode value with a given message. |
InvalidBarcodeValueException Constructor(Int32,String) | Generated exception for an invalid barcode value with a given error number and message. |
InvalidBarcodeValueException Constructor(String,Exception) | Generated exception for an invalid barcode value with a given message and inner exception. |