SystemctlException.

SystemctlException(string, int, IList<string>) Constructor

Summary

Initializes a new instance of the SystemctlException

Syntax

public SystemctlException(string message, int exitCode, IList<string> errorOutput)

Parameters

Name Type Description
message string
exitCode int
errorOutput IList<string>

Return Value

Type Description
void