CakeException.

CakeException(string) Constructor

Summary

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

Syntax

public CakeException(string message)

Parameters

Name Type Description
message string The message that describes the error.

Return Value

Type Description
void