Summary
Represents error related to the installation (or lack thereof) of
Mercurial on the machine.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- ISerializable
- _Exception
- Base Types
-
- object
- Exception
- MercurialException
- Derived Types
graph TD
Base0["MercurialException"]-->Type
click Base0 "/Cake.Hg/api/Mercurial/MercurialException"
Base1["Exception"]-->Base0
Base2["object"]-->Base1
Interface0["ISerializable"]-.->Type
Interface1["_Exception"]-.->Type
Type["MercurialInstallationException"]
class Type type-node
Type-->Derived0["MercurialMissingException"]
click Derived0 "/Cake.Hg/api/Mercurial/MercurialMissingException"
Syntax
public class MercurialInstallationException : MercurialException, ISerializable, _Exception
Constructors
Name | Summary |
---|---|
Mercurial |
Initializes a new instance of the MercurialInstallationException class.
|
Mercurial |
Initializes a new instance of the MercurialInstallationException class.
|
Mercurial |
Initializes a new instance of the MercurialInstallationException class
with a specific error message.
|
Mercurial |
Initializes a new instance of the MercurialInstallationException class
s with a specified error message and a reference to the inner exception
that is the cause of this exception.
|