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

message
A message that describes the error.

Glossary Item Box

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

Syntax

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

Parameters

message
A message that describes the error.

See Also