 | ProcessExecutionFailedException Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic ProcessExecutionFailedException(
string message,
string commandLine,
int exitCode,
string processOutput
)
Public Sub New (
message As String,
commandLine As String,
exitCode As Integer,
processOutput As String
)
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