[]
Initializes a new instance of the InvalidReportContentException class with a specified error message.
public InvalidReportContentException(string message)
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Initializes a new instance of the InvalidReportContentException class with a specified error message and inner exception.
public InvalidReportContentException(string message, Exception innerException)
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception. |