This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.igloo15.Helper.
Summary
A quick error function that will invoke errors using the event
- Assembly
- Cake
.igloo15 .Helper .dll - Namespace
- Cake
.igloo15 .Helper - Containing Type
- ErrorExtensions
Syntax
public static void QuickError(this CakeTaskBuilder builder, bool continueOnError = false)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | CakeTaskBuilder | The CakeTaskBuilder being extended |
| continueOnError | bool | Continue On error allows you to continue building if you don't want to report |
Return Value
| Type | Description |
|---|---|
| void |
