[]
Represents the barcode data exception.
public class Barcode.BarCodeDataException : ApplicationException, ISerializable
Name | Description |
---|---|
BarCodeDataException() | Initializes a new instance of the Barcode.BarCodeDataException class. |
BarCodeDataException(SerializationInfo, StreamingContext) | Initializes a new instance of the Barcode.BarCodeDataException class with serialized data. |
BarCodeDataException(string) | Initializes a new instance of the Barcode.BarCodeDataException class with a specified error message. |
BarCodeDataException(string, Exception) | Initializes a new instance of the Barcode.BarCodeDataException class with a specified error message and a reference to the inner exception that is the cause of this exception. |