ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / InvalidReportContentException Class / InvalidReportContentException Constructor
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also