[]
The exception thrown when an error is caused by an inapplicable value of the barcode control.
public class BarCodeException : Exception, ISerializable
Public Class BarCodeException
Inherits Exception
Implements ISerializable
Name | Description |
---|---|
BarCodeException() | 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. |