ExcelConvertException(String, Exception) Constructor
Constructs an Excel converter exception with the given error message and the given inner exception object
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public ExcelConvertException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ExcelConvertException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ExcelConvertException
Parameters
- message String
- The exception message
- innerException Exception
- The inner exception that triggered this exception