[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.Barcode.BarCodeDataException

Barcode.BarCodeDataException Class

Represents the barcode data exception.

Inheritance
Barcode.BarCodeDataException
Implements
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class Barcode.BarCodeDataException : ApplicationException, ISerializable

Constructors

Name Description
BarCodeDataException()

Initializes a new instance of the Barcode.BarCodeDataException class.

BarCodeDataException(SerializationInfo, StreamingContext)

Initializes a new instance of the Barcode.BarCodeDataException class with serialized data.

BarCodeDataException(string)

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

BarCodeDataException(string, Exception)

Initializes a new instance of the Barcode.BarCodeDataException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Extension Methods