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
)
Public Sub New (
message As String,
innerException As Exception
)
public:
BarCodeFormatException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> BarCodeFormatException
Parameters
-
message
-
Type:
System
String
Error message of the exception.
-
innerException
-
Type:
System
Exception
Inner exception.
See Also