SystemctlException.

SystemctlException(int, IList<string>) Constructor

Summary

Initializes a new instance of the SystemctlException

Syntax

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

Parameters

Name Type Description
exitCode int
errorOutput IList<string>

Return Value

Type Description
void