[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarCodeException

Class BarCodeException

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

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

public class BarCodeException : Exception, ISerializable, _Exception
Inheritance
BarCodeException
Implements
Inherited Members

Constructors

BarCodeException()

Initializes a new instance of the BarCodeException class.

public BarCodeException()

BarCodeException(string)

Initializes a new instance of the BarCodeException class with a specified error message.

public BarCodeException(string message)

Parameters

message string

A message that describes the error.

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.

public BarCodeException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

Properties

ErrorCode

Internal error code

public BarCodeException.EnumErrorCode ErrorCode { get; }

Property Value

BarCodeException.EnumErrorCode

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string