메소드 | 설명 | |
---|---|---|
NoChangesFoundMercurialExecutionException ( ) : System |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class.
|
|
NoChangesFoundMercurialExecutionException ( int exitCode, string message ) : System |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class with a specific error message.
|
|
NoChangesFoundMercurialExecutionException ( int exitCode, string message, |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
NoChangesFoundMercurialExecutionException ( string message ) : System |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class with a specific error message.
|
|
NoChangesFoundMercurialExecutionException ( string message, |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
|
메소드 | 설명 | |
---|---|---|
NoChangesFoundMercurialExecutionException ( |
Initializes a new instance of the NoChangesFoundMercurialExecutionException class.
|
public NoChangesFoundMercurialExecutionException ( ) : System | ||
리턴 | System |
protected NoChangesFoundMercurialExecutionException ( |
||
info | The |
|
context | The |
|
리턴 | System |
public NoChangesFoundMercurialExecutionException ( int exitCode, string message ) : System | ||
exitCode | int | /// The exit code from executing the Mercurial command line client executable. /// |
message | string | The message. |
리턴 | System |
public NoChangesFoundMercurialExecutionException ( 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 |
|
리턴 | System |
public NoChangesFoundMercurialExecutionException ( string message ) : System | ||
message | string | The message. |
리턴 | System |
public NoChangesFoundMercurialExecutionException ( 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 |
|
리턴 | System |