Click or drag to resize

PdfBarcodeException Constructor (String, Exception)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBarcodeException(
	string message,
	Exception innerException
)

Parameters

message
Type: System String
User defined error message.
innerException
Type: System Exception
The inner exception.
See Also