PdfDocumentException(String, Exception) Constructor
Constructor
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfDocumentException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
PdfDocumentException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> PdfDocumentException
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception that triggered this exception