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