Summary
Represents errors related to Mercurial.
- 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["NoChangesFoundMercurialExecutionException"]
class Type type-node
Syntax
public class NoChangesFoundMercurialExecutionException : MercurialExecutionException,
ISerializable, _Exception
Constructors
Properties
Name | Value | Summary |
---|---|---|
ExitCode | int |
Gets the exit code of the process that was executed and failed.
Inherited from Mercurial
|
Methods
Name | Value | Summary |
---|---|---|
GetObjectData |
void |
When overridden in a derived class, sets the
SerializationInfo with information about the exception.
Inherited from Mercurial
|