ErrorExtensions Class

Summary

Extensions used for Errors
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ErrorExtensions"] class Type type-node

Syntax

public static class ErrorExtensions

Methods

Name Value Summary
AddErrorListener(ICakeContext, Action<string, Exception>) void
Add a listener on all errors passed by functions
static
QuickError(CakeTaskBuilder, bool) void
A quick error function that will invoke errors using the event
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin