NoChangesFoundMercurialExecutionException.

NoChangesFoundMercurialExecutionException(int, string) Constructor

Summary

Initializes a new instance of the NoChangesFoundMercurialExecutionException class with a specific error message.

Syntax

public NoChangesFoundMercurialExecutionException(int exitCode, string message)

Parameters

Name Type Description
exitCode int The exit code from executing the Mercurial command line client executable.
message string The message.

Return Value

Type Description
void