Summary
Initializes a new instance of the
Program class.
Syntax
public Program(Action<ContainerBuilder> overrides = null, bool propagateExceptions = false)
Parameters
| Name | Type | Description |
|---|---|---|
| overrides | Action |
Optional container builder overrides. |
| propagateExceptions | bool | Whether to propagate exceptions. |
Return Value
| Type | Description |
|---|---|
| void |
