Class ExecFailedException
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Thrown when an awaited command exits with a non-zero code.
public sealed class ExecFailedException : Exception, ISerializableImplements
Constructors
ExecFailedException(ExecResult)
Thrown when an awaited command exits with a non-zero code.
public ExecFailedException(ExecResult result)Parameters
resultExecResult
Properties
Command
The exact rendered command text.
public string Command { get; }Property Value
Result
The failed process result.
public ExecResult Result { get; }