An exception thrown if a Process is run unsuccessfully.
public sealed class ProcessNotSuccessfulException<TProcessResult> : Exception, ISerializable where TProcessResult : ProcessResult
kind:method, kind:property, kind:ctor. Press Esc to clear.ProcessNotSuccessfulException(ProcessExceptionInfo<TProcessResult>)Thrown when an executed Process exited with a non-zero exit code.ExecutedProcessInfoThe command that was executed.ThrowIfNotSuccessful(IProcessResultValidator<TProcessResult>, TProcessResult, ProcessConfiguration)Throws an exception if a process execution is unsuccessful.