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

The message to display when the exception is thrown.


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

    Parameters

    message

    The message to display when the exception is thrown.

    See Also