[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarCodeException

BarCodeException Class

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

Inheritance
BarCodeException
Implements
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class BarCodeException : Exception, ISerializable
Public Class BarCodeException
    Inherits Exception
    Implements ISerializable

Constructors

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.

Properties

Name Description
ErrorCode

Internal error code

Message

Gets a message that describes the current exception.