Click or drag to resize

BarCodeFormatException Constructor (String)

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

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

Parameters

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