C# Class GitSharp.Core.Exceptions.IncorrectObjectTypeException

Inheritance: System.Exception
Show file Open project: stschake/GitSharp

Public Methods

Method 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

Protected Methods

Method Description
IncorrectObjectTypeException ( System info, System context ) : System

Method Details

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() public method

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

IncorrectObjectTypeException() protected method

protected IncorrectObjectTypeException ( System info, System context ) : System
info System
context System
return System