BarCodeFormatException Constructor (String)
|
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeFormatException(
string message
)
Public Sub New (
message As String
)
public:
BarCodeFormatException(
String^ message
)
new :
message : string -> BarCodeFormatException
Parameters
-
message
-
Type:
System
String
Error message of the exception.
See Also