C# Class GitSharp.Core.Exceptions.PackMismatchException

Inheritance: System.IO.IOException
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
PackMismatchException ( ObjectId id, string message ) : System
PackMismatchException ( ObjectId id, string message, Exception inner ) : System
PackMismatchException ( string message ) : System
PackMismatchException ( string message, Exception inner ) : System

Private Methods

Méthode Description
PackMismatchException ( System info, System context ) : System

Method Details

PackMismatchException() public méthode

public PackMismatchException ( ObjectId id, string message ) : System
id ObjectId
message string
Résultat System

PackMismatchException() public méthode

public PackMismatchException ( ObjectId id, string message, Exception inner ) : System
id ObjectId
message string
inner System.Exception
Résultat System

PackMismatchException() public méthode

public PackMismatchException ( string message ) : System
message string
Résultat System

PackMismatchException() public méthode

public PackMismatchException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System