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