This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Topshelf.
Summary
Initializes a new instance of the
TopshelfException class.
- Assembly
- Cake
.Topshelf .dll - Namespace
- Cake
.Topshelf .Exceptions - Containing Type
- TopshelfException
Syntax
public TopshelfException(int exitCode)
Parameters
| Name | Type | Description |
|---|---|---|
| exitCode | int | The exit code of topshelf command |
Return Value
| Type | Description |
|---|---|
| void |
