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,
	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
String
innerException
Exception

See Also