Winnovative Excel to PDF Converter

ExcelConvertException Constructor (String, Exception)

Winnovative Excel to PDF Converter Documentation
Constructs an Excel converter exception with the given error message and the given inner exception object

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public ExcelConvertException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception that triggered this exception
See Also

Reference