ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / ReportDataException Class / ReportDataException Constructor / ReportDataException Constructor(String)

The message to display when the exception is thrown.


In This Topic
    ReportDataException Constructor(String)
    In This Topic
    Initializes a new instance of the ReportDataException with the specified message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public ReportDataException( 
       string message
    )

    Parameters

    message

    The message to display when the exception is thrown.

    See Also