C# Class GitSharp.Core.Exceptions.MissingObjectException

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

Méthodes publiques

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

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

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

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

MissingObjectException ( ObjectId id, int type ) : System

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

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

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

MissingObjectException ( ObjectId id, string type ) : System

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

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

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.

Méthodes protégées

Méthode Description
MissingObjectException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, ObjectType type ) : System
id ObjectId SHA-1
type ObjectType Object type
Résultat System

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, ObjectType type, Exception inner ) : System
id ObjectId SHA-1
type ObjectType Object type
inner System.Exception Inner Exception.
Résultat System

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, int type ) : System
id ObjectId SHA-1
type int Object type
Résultat System

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, int type, Exception inner ) : System
id ObjectId SHA-1
type int Object type
inner System.Exception Inner Exception.
Résultat System

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, string type ) : System
id ObjectId SHA-1
type string Object type
Résultat System

MissingObjectException() public méthode

Construct a MissingObjectException for the specified object id. Expected type is reported to simplify tracking down the problem.
public MissingObjectException ( ObjectId id, string type, Exception inner ) : System
id ObjectId SHA-1
type string Object type
inner System.Exception Inner Exception.
Résultat System

MissingObjectException() protected méthode

protected MissingObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System