MercurialException Class

Summary

Represents errors related to Mercurial.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • ISerializable
  • _Exception
Base Types
  • object
  • Exception
Derived Types
graph TD Base0["Exception"]-->Type Base1["object"]-->Base0 Interface0["ISerializable"]-.->Type Interface1["_Exception"]-.->Type Type["MercurialException"] class Type type-node Type-->Derived0["MercurialTimeoutException"] click Derived0 "/Cake.Hg/api/Mercurial/MercurialTimeoutException" Type-->Derived1["MercurialExecutionException"] click Derived1 "/Cake.Hg/api/Mercurial/MercurialExecutionException" Type-->Derived2["MercurialInstallationException"] click Derived2 "/Cake.Hg/api/Mercurial/MercurialInstallationException"

Syntax

public class MercurialException : Exception, ISerializable, _Exception

Constructors

Name Summary
MercurialException() Initializes a new instance of the MercurialException class.
MercurialException(SerializationInfo, StreamingContext) Initializes a new instance of the MercurialException class.
MercurialException(string) Initializes a new instance of the MercurialException class with a specific error message.
MercurialException(string, Exception) Initializes a new instance of the MercurialException class s with a specified error message and a reference to the inner exception that is the cause of this exception.