Summary
Represents a problem with the results returned from executing the Mercurial command, in the sense
that the output text did not match any known format that was expected.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- ISerializable
- _Exception
- Base Types
-
- object
- Exception
- MercurialException
- Mercurial
Execution Exception
graph TD
Base0["MercurialExecutionException"]-->Type
click Base0 "/Cake.Hg/api/Mercurial/MercurialExecutionException"
Base1["MercurialException"]-->Base0
click Base1 "/Cake.Hg/api/Mercurial/MercurialException"
Base2["Exception"]-->Base1
Base3["object"]-->Base2
Interface0["ISerializable"]-.->Type
Interface1["_Exception"]-.->Type
Type["MercurialResultParsingException"]
class Type type-node
Syntax
public class MercurialResultParsingException : MercurialExecutionException, ISerializable,
_Exception
Constructors
| Name | Summary |
|---|---|
| Mercurial |
Initializes a new instance of the MercurialResultParsingException class.
|
| Mercurial |
Initializes a new instance of the MercurialResultParsingException class
with a specific error message.
|
| Mercurial |
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.
|
| Mercurial |
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.
|
| Mercurial |
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.
|
| Mercurial |
Initializes a new instance of the MercurialResultParsingException class.
|
| Mercurial |
Initializes a new instance of the MercurialResultParsingException class
with a specific error message.
|
| Mercurial |
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.
|
Properties
| Name | Value | Summary |
|---|---|---|
| ExitCode | int |
Gets the exit code of the process that was executed and failed.
Inherited from Mercurial
|
| Output | string |
Gets the output from executing the mercurial command, the text that was in an unknown format.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetObjectData |
void |
When overridden in a derived class, sets the
SerializationInfo with information about the exception.
|