ThrowException(Config<string>) Constructor
Throws a ExecutionException with the specified message.
Namespace
Statiq.Core
Containing Type
ThrowException

Syntax

public ThrowException(Config<string> message)

Parameters

Name Type Description
message Config<string> The message of the exception to throw or null not to throw an exception.