ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Xml.Section Namespace / TextExportException Class / TextExportException Constructor / TextExportException Constructor(String)
A message that describes the error.

In This Topic
    TextExportException Constructor(String)
    In This Topic
    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