MESCIUS.ActiveReports.Aspnetcore.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 _
)
 

Parameters

message
The message that describes the error.
See Also