MercurialInstallationException Class

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
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
MercurialInstallationException() Initializes a new instance of the MercurialInstallationException class.
MercurialInstallationException(SerializationInfo, StreamingContext) Initializes a new instance of the MercurialInstallationException class.
MercurialInstallationException(string) Initializes a new instance of the MercurialInstallationException class with a specific error message.
MercurialInstallationException(string, Exception) 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.