ProcessNotSuccessfulException(ProcessExceptionInfo) Constructor

Definition

Assembly CliInvoke.Core.dll

Thrown when an executed Process exited with a non-zero exit code.

public ProcessNotSuccessfulException(ProcessExceptionInfo<TProcessResult> processInfo)

Parameters

processInfo
ProcessExceptionInfo<TProcessResult>

The Process that was executed.