Click or drag to resize

ProcessExecutionFailedException Constructor

Initializes a new instance of ProcessExecutionFailedException.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ProcessExecutionFailedException(
	string message,
	string commandLine,
	int exitCode,
	string processOutput
)

Parameters

message
Type: SystemString
The error message, associated with the failing process.
commandLine
Type: SystemString
The command line which started the process.
exitCode
Type: SystemInt32
The exit code from the process.
processOutput
Type: SystemString
The process output or null.
See Also