[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.InvalidReportContentException.-ctor

InvalidReportContentException Constructor

InvalidReportContentException(string)

Initializes a new instance of the InvalidReportContentException class with a specified error message.

Declaration
public InvalidReportContentException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

InvalidReportContentException(string, Exception)

Initializes a new instance of the InvalidReportContentException class with a specified error message and inner exception.

Declaration
public InvalidReportContentException(string message, Exception innerException)
Parameters
Type Name Description
string message

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception.