ActiveReports Developer 7
RtfExportException Constructor(String)
See Also 
GrapeCity.ActiveReports.Export.Word.v7 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace > RtfExportException Class > RtfExportException Constructor : RtfExportException Constructor(String)

message
A message that describes the error.

Glossary Item Box

Initializes a new instance of the RtfExportException class with the specified error message. 

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As System.String _
)
C# 
public RtfExportException( 
   System.string message
)

Parameters

message
A message that describes the error.

See Also