MercurialResultParsingException Class

Summary

Represents a problem with the results returned from executing the Mercurial command, in the sense that the output text did not match any known format that was expected.
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["MercurialResultParsingException"] class Type type-node

Syntax

public class MercurialResultParsingException : MercurialExecutionException, ISerializable, 
    _Exception

Constructors

Name Summary
MercurialResultParsingException() Initializes a new instance of the MercurialResultParsingException class.
MercurialResultParsingException(int, string) Initializes a new instance of the MercurialResultParsingException class with a specific error message.
MercurialResultParsingException(int, string, Exception) Initializes a new instance of the MercurialResultParsingException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
MercurialResultParsingException(int, string, string) Initializes a new instance of the MercurialResultParsingException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
MercurialResultParsingException(int, string, string, Exception) Initializes a new instance of the MercurialResultParsingException class s with a specified error message and a reference to the inner exception that is the cause of this exception.
MercurialResultParsingException(SerializationInfo, StreamingContext) Initializes a new instance of the MercurialResultParsingException class.
MercurialResultParsingException(string) Initializes a new instance of the MercurialResultParsingException class with a specific error message.
MercurialResultParsingException(string, Exception) Initializes a new instance of the MercurialResultParsingException 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.
Output string
Gets the output from executing the mercurial command, the text that was in an unknown format.

Methods

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