Summary
Initializes a new instance of the
MercurialResultParsingException
class
s with a specified error message and a reference to the inner exception
that is the cause of this exception.
Syntax
public MercurialResultParsingException(int exitCode, string message, string output)
Parameters
Name |
Type |
Description |
exitCode |
int |
The exit code from executing the Mercurial command line client executable.
|
message |
string |
The error message that explains the reason for the exception.
|
output |
string |
The output from the mercurial executable, unparsed/unformatted.
|
Return Value