C# Class GitSharp.Core.Exceptions.IncorrectObjectTypeException

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

Méthodes publiques

Méthode Description
IncorrectObjectTypeException ( ObjectId id, ObjectType type ) : System

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.

IncorrectObjectTypeException ( ObjectId id, ObjectType type, Exception inner ) : System

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.

IncorrectObjectTypeException ( ObjectId id, int type ) : System

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.

IncorrectObjectTypeException ( ObjectId id, int type, Exception inner ) : System

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.

IncorrectObjectTypeException ( ObjectId id, string type ) : System

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.

IncorrectObjectTypeException ( ObjectId id, string type, Exception inner ) : System

Méthodes protégées

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

Method Details

IncorrectObjectTypeException() public méthode

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.
public IncorrectObjectTypeException ( ObjectId id, ObjectType type ) : System
id ObjectId /// SHA-1 ///
type ObjectType /// Object type ///
Résultat System

IncorrectObjectTypeException() public méthode

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.
public IncorrectObjectTypeException ( ObjectId id, ObjectType type, Exception inner ) : System
id ObjectId SHA-1
type ObjectType Object type
inner System.Exception Inner Exception.
Résultat System

IncorrectObjectTypeException() public méthode

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.
public IncorrectObjectTypeException ( ObjectId id, int type ) : System
id ObjectId /// SHA-1 ///
type int /// Object type ///
Résultat System

IncorrectObjectTypeException() public méthode

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.
public IncorrectObjectTypeException ( ObjectId id, int type, Exception inner ) : System
id ObjectId SHA-1
type int Object type
inner System.Exception Inner Exception.
Résultat System

IncorrectObjectTypeException() public méthode

Construct and IncorrectObjectTypeException for the specified object id. Provide the type to make it easier to track down the problem.
public IncorrectObjectTypeException ( ObjectId id, string type ) : System
id ObjectId /// SHA-1 ///
type string /// Object type ///
Résultat System

IncorrectObjectTypeException() public méthode

public IncorrectObjectTypeException ( ObjectId id, string type, Exception inner ) : System
id ObjectId
type string
inner System.Exception
Résultat System

IncorrectObjectTypeException() protected méthode

protected IncorrectObjectTypeException ( System info, System context ) : System
info System
context System
Résultat System