TopshelfException.

TopshelfException(string, 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(string message, int exitCode)

Parameters

Name Type Description
message string
exitCode int

Return Value

Type Description
void