UnresolvedFilesAfterUnbundleMercurialExecutionException 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["UnresolvedFilesAfterUnbundleMercurialExecutionException"] class Type type-node

Syntax

public class UnresolvedFilesAfterUnbundleMercurialExecutionException : MercurialExecutionException, 
    ISerializable, _Exception

Constructors

Name Summary
UnresolvedFilesAfterUnbundleMercurialExecutionException() Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException class.
UnresolvedFilesAfterUnbundleMercurialExecutionException(int, string) Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException class with a specific error message.
UnresolvedFilesAfterUnbundleMercurialExecutionException(int, string, Exception) Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
UnresolvedFilesAfterUnbundleMercurialExecutionException(SerializationInfo, StreamingContext) Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException class.
UnresolvedFilesAfterUnbundleMercurialExecutionException(string) Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException class with a specific error message.
UnresolvedFilesAfterUnbundleMercurialExecutionException(string, Exception) Initializes a new instance of the UnresolvedFilesAfterUnbundleMercurialExecutionException 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.