Summary
Initializes a new instance of the
UnresolvedFilesAfterUnbundleMercurialExecutionException class
with a specific error message.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Unresolved
Files After Unbundle Mercurial Execution Exception
Syntax
public UnresolvedFilesAfterUnbundleMercurialExecutionException(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 |