Initializes a new instance of the BarCodeFormatException class

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public BarCodeFormatException(
	string message
)
Public Sub New ( 
	message As String
)
public:
BarCodeFormatException(
	String^ message
)
new : 
        message : string -> BarCodeFormatException

Parameters

message
String

See Also