ActiveReports 12
TextExportException Constructor(String)

GrapeCity.ActiveReports.Export.Xml.v12 Assembly > GrapeCity.ActiveReports.Export.Xml.Section Namespace > TextExportException Class > TextExportException Constructor : TextExportException Constructor(String)
A message that describes the error.
Initializes a new instance of the TextExportException class with the specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
public TextExportException( 
   string message
)

Parameters

message
A message that describes the error.
See Also

Reference

TextExportException Class
TextExportException Members
Overload List