SystemctlException Class

Assembly
Cake.Systemctl.dll
Namespace
Cake.Systemctl.Exceptions
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["SystemctlException"] class Type type-node

Syntax

public class SystemctlException : Exception

Constructors

Name Summary
SystemctlException(int, IList<string>) Initializes a new instance of the SystemctlException
SystemctlException(string, int, IList<string>) Initializes a new instance of the SystemctlException

Properties

Name Value Summary
ErrorOutput IList<string>
Information from error output
ExitCode int
The exit code of the systemctl command

Extension Methods

Name Value Summary
Dump<SystemctlException>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SystemctlException>(SystemctlException[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SystemctlException>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SystemctlException>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SystemctlException>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SystemctlException>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin