Summary
This exception denotes that the Mercurial command line client executable
did not finish within the allotted time. This could mean that the
operation just takes more time, but could also mean that the client is
waiting for input (unlikely.)
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- ISerializable
- _Exception
- Base Types
-
- object
- Exception
- MercurialException
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["MercurialTimeoutException"]
class Type type-node
Syntax
public class MercurialTimeoutException : MercurialException, ISerializable, _Exception
Constructors
Name | Summary |
---|---|
Mercurial |
Initializes a new instance of the MercurialTimeoutException class.
|
Mercurial |
Initializes a new instance of the MercurialTimeoutException class.
|
Mercurial |
Initializes a new instance of the MercurialTimeoutException class
with a specific error message.
|
Mercurial |
Initializes a new instance of the MercurialTimeoutException class
s with a specified error message and a reference to the inner exception
that is the cause of this exception.
|