TopshelfException.

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

Parameters

Name Type Description
message string
inner Exception
exitCode int

Return Value

Type Description
void