Click or drag to resize

BarCodeFormatException Constructor (String, Exception)

Creates a new instance of the BarCodeFormatException class with the given message and the given inner exception.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeFormatException(
	string message,
	Exception innerException
)

Parameters

message
Type: System String
Error message of the exception.
innerException
Type: System Exception
Inner exception.
See Also