Method | Description | |
---|---|---|
MercurialExecutionException ( ) : System |
Initializes a new instance of the MercurialExecutionException class.
|
|
MercurialExecutionException ( int exitCode, string message ) : System |
Initializes a new instance of the MercurialExecutionException class with a specific error message.
|
|
MercurialExecutionException ( int exitCode, string message, |
Initializes a new instance of the MercurialExecutionException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
MercurialExecutionException ( string message ) : System |
Initializes a new instance of the MercurialExecutionException class with a specific error message.
|
|
MercurialExecutionException ( string message, |
Initializes a new instance of the MercurialExecutionException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
|
Method | Description | |
---|---|---|
MercurialExecutionException ( |
Initializes a new instance of the MercurialExecutionException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
public MercurialExecutionException ( ) : System | ||
return | System |
protected MercurialExecutionException ( |
||
info | The |
|
context | The |
|
return | System |
public MercurialExecutionException ( int exitCode, string message ) : System | ||
exitCode | int | /// The exit code from executing the Mercurial command line client executable. /// |
message | string | The message. |
return | System |
public MercurialExecutionException ( int exitCode, string message, |
||
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. /// |
innerException |
/// The exception that is the cause of the current exception,
/// or a |
|
return | System |
public MercurialExecutionException ( string message ) : System | ||
message | string | The message. |
return | System |
public MercurialExecutionException ( string message, |
||
message | string | /// The error message that explains the reason for the exception. /// |
innerException |
/// The exception that is the cause of the current exception,
/// or a |
|
return | System |