Summary
Represents the error that Mercurial is not installed, or can't
be located.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- ISerializable
- _Exception
- Base Types
-
- object
- Exception
- MercurialException
- Mercurial
Installation Exception
graph TD
Base0["MercurialInstallationException"]-->Type
click Base0 "/Cake.Hg/api/Mercurial/MercurialInstallationException"
Base1["MercurialException"]-->Base0
click Base1 "/Cake.Hg/api/Mercurial/MercurialException"
Base2["Exception"]-->Base1
Base3["object"]-->Base2
Interface0["ISerializable"]-.->Type
Interface1["_Exception"]-.->Type
Type["MercurialMissingException"]
class Type type-node
Syntax
public class MercurialMissingException : MercurialInstallationException, ISerializable, _Exception
Constructors
Name | Summary |
---|---|
Mercurial |
Initializes a new instance of the MercurialMissingException class.
|
Mercurial |
Initializes a new instance of the MercurialMissingException class.
|
Mercurial |
Initializes a new instance of the MercurialMissingException class
with a specific error message.
|
Mercurial |
Initializes a new instance of the MercurialMissingException class
s with a specified error message and a reference to the inner exception
that is the cause of this exception.
|