C# Class GitSharp.Core.Exceptions.MissingObjectException

Inheritance: System.IO.IOException
Show file Open project: stschake/GitSharp

Public Methods

Method 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.

Protected Methods

Method Description
MissingObjectException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MissingObjectException() public method

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
return System

MissingObjectException() public method

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.
return System

MissingObjectException() public method

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
return System

MissingObjectException() public method

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.
return System

MissingObjectException() public method

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
return System

MissingObjectException() public method

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.
return System

MissingObjectException() protected method

protected MissingObjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System