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