Winnovative Word to PDF Converter

WordConvertException Constructor (String, Exception)

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

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public WordConvertException(
	string message,
	Exception innerException
)

Parameters

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

Reference