PublishException.

PublishException(string) Constructor

Summary

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

Syntax

public PublishException(string message)

Parameters

Name Type Description
message string The message to return to the user

Return Value

Type Description
void