[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.BarCodeException

BarCodeException Class

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

Inheritance
BarCodeException
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class BarCodeException : Exception, ISerializable

Constructors

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.

Properties

Name Description
ErrorCode

Error code of current exception.

Message

Gets a message that describes the current exception.

Extension Methods