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(string message, Exception inner, int exitCode)
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | |
| inner | Exception | |
| exitCode | int |
Return Value
| Type | Description |
|---|---|
| void |
