Program.

Program(Action<ContainerBuilder>, bool) Constructor

Summary

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

Syntax

public Program(Action<ContainerBuilder> overrides = null, bool propagateExceptions = false)

Parameters

Name Type Description
overrides Action<ContainerBuilder> Optional container builder overrides.
propagateExceptions bool Whether to propagate exceptions.

Return Value

Type Description
void