[]
The exception thrown when an error is caused by an inapplicable value of the barcode control.
public class BarCodeException : ApplicationException, ISerializable, _Exception
| Name | Description |
|---|---|
| BarCodeException() | Initializes a new instance of the BarCodeException class. |
| BarCodeException(SerializationInfo, StreamingContext) | Initializes a new instance of the BarCodeException class. |
| BarCodeException(string) | Initializes a new instance of the BarCodeException class with a specified error message. |
| BarCodeException(string, Exception) | Initializes a new instance of the BarCodeException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description |
|---|---|
| ErrorCode | Internal error code |
| Message | Gets a message that describes the current exception. |