TopshelfException.

TopshelfException(int) Constructor

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