Throws the specified exception.
- Namespace
- Statiq
.Core - Containing Type
- ThrowException
Syntax
public ThrowException(Config<Exception> exception)
Parameters
Name | Type | Description |
---|---|---|
exception | Config |
The exception to throw or null not to throw an exception. |