TeardownContext.

TeardownContext(ICakeContext, Exception) Constructor

Summary

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

Syntax

public TeardownContext(ICakeContext context, Exception throwException)

Parameters

Name Type Description
context ICakeContext The Cake context.
throwException Exception The exception that was thrown by the target.

Return Value

Type Description
void