CakeReportException.

CakeReportException(CakeReport, string) Constructor

Summary

Initializes a new instance of the CakeReportException class.
Namespace
Cake.Core
Containing Type
CakeReportException

Syntax

public CakeReportException(CakeReport report, string message)

Parameters

Name Type Description
report CakeReport The Cake Report.
message string The error message that explains the reason for the exception.

Return Value

Type Description
void