ExpertPdf PDF Creator Library
RtfConvertException Constructor (message, innerException)
NamespacesExpertPdf.PdfCreatorRtfConvertExceptionRtfConvertException(String, Exception)
ExpertPdf PDF Creator Library
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public RtfConvertException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
RtfConvertException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The exception message
innerException (Exception)
The inner exception that produced this exception

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)