[]
The exception thrown when an error is caused by an inapplicable value of the barcode control.
public sealed class BarCodeException : Exception, ISerializable
Name | Description |
---|---|
BarCodeException(ErrorCodes) | Creates new BarCodeException instance. |
BarCodeException(ErrorCodes, params object[]) | Creates new BarCodeException instance. |
BarCodeException(SerializationInfo, StreamingContext) | Enables environments where serialization is required to initialize instances of the BarCodeException class. |
Name | Description |
---|---|
ErrorCode | Error code of current exception. |
Message | Gets a message that describes the current exception. |