MercurialMissingException Class

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