InvalidReportContentException Constructor
Initializes a new instance of the
InvalidReportContentException class with a specified error message.
public InvalidReportContentException(
string
)
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- message
- The message that describes the error.