PublishException.

PublishException(IEnumerable<HandlerResponse>) Constructor

Summary

Create a new PublishException exception with the given handler responses
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Containing Type
PublishException

Syntax

public PublishException(IEnumerable<HandlerResponse> responses)

Parameters

Name Type Description
responses IEnumerable<HandlerResponse> The responses from the handlers collection that threw the exception

Return Value

Type Description
void