Overload | Description |
---|---|
BarcodeException Constructor() | General base exception to assist in debugging the root cause. |
BarcodeException Constructor(Int32) | Generates an exception based on the given error number. |
BarcodeException Constructor(String) | Generates an exception based on the given string. |
BarcodeException Constructor(Int32,String) | Generates an exception based on the given error number and string. |
BarcodeException Constructor(String,Exception) | Generates an exception based on the given string and a given inner exception. |
BarcodeException Constructor(SerializationInfo,StreamingContext) | These exceptions are thrown for general BarcodeXpress component errors. |