[]
        
(Showing Draft Content)

C1.BarCode.BarCodeException

BarCodeException Class

The exception thrown when an error is caused by an inapplicable value of the barcode control.

Inheritance
BarCodeException
Implements
Namespace: C1.BarCode
Assembly: C1.WPF.BarCode.dll
Syntax
public class BarCodeException : ApplicationException, ISerializable

Constructors

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.

Properties

Name Description
ErrorCode

Internal error code

Message

Gets a message that describes the current exception.