[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.BarCodeException.-ctor

BarCodeException Constructor

BarCodeException(ErrorCodes)

Creates new BarCodeException instance.

Declaration
public BarCodeException(BarCodeException.ErrorCodes errorCode)
Parameters
Type Name Description
BarCodeException.ErrorCodes errorCode

Error code.

BarCodeException(ErrorCodes, params object[])

Creates new BarCodeException instance.

Declaration
public BarCodeException(BarCodeException.ErrorCodes errorCode, params object[] messageFormatArgs)
Parameters
Type Name Description
BarCodeException.ErrorCodes errorCode

Error code.

object[] messageFormatArgs

Message formatting arguments.

BarCodeException(SerializationInfo, StreamingContext)

Enables environments where serialization is required to initialize instances of the BarCodeException class.

Declaration
protected BarCodeException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context