MergeCommand.

ThrowOnUnsuccessfulExecution(int, string) Method

Summary

This method should throw the appropriate exception depending on the contents of the exitCode and standardErrorOutput parameters, or simply return if the execution is considered successful.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeCommand

Syntax

protected override void ThrowOnUnsuccessfulExecution(int exitCode, string standardErrorOutput)

Parameters

Name Type Description
exitCode int The exit code from executing the command line client.
standardErrorOutput string The standard error output from executing the command client.

Return Value

Type Description
void