Initializes a new instance of the class.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfBarcodeException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
public:
PdfBarcodeException(
	String^ message, 
	Exception^ innerException
)
new : 
        message : string * 
        innerException : Exception -> PdfBarcodeException

Parameters

message
String
User defined error message.
innerException
Exception
The inner exception.

See Also