NoChangesFoundMercurialExecutionException Class

Summary

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

Syntax

public class NoChangesFoundMercurialExecutionException : MercurialExecutionException, 
    ISerializable, _Exception

Constructors

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

Properties

Name Value Summary
ExitCode int
Gets the exit code of the process that was executed and failed.

Methods

Name Value Summary
GetObjectData(SerializationInfo, StreamingContext) void
When overridden in a derived class, sets the SerializationInfo with information about the exception.