C# Class GitSharp.Core.Exceptions.PackInvalidException

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

Méthodes publiques

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

Private Methods

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

Method Details

PackInvalidException() public méthode

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

PackInvalidException() public méthode

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

PackInvalidException() public méthode

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

PackInvalidException() public méthode

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