C# 클래스 GitSharp.Core.Exceptions.IncorrectObjectTypeException

상속: System.Exception
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
IncorrectObjectTypeException ( System info, System context ) : System

메소드 상세

IncorrectObjectTypeException() 공개 메소드

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 ///
리턴 System

IncorrectObjectTypeException() 공개 메소드

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.
리턴 System

IncorrectObjectTypeException() 공개 메소드

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 ///
리턴 System

IncorrectObjectTypeException() 공개 메소드

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.
리턴 System

IncorrectObjectTypeException() 공개 메소드

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 ///
리턴 System

IncorrectObjectTypeException() 공개 메소드

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

IncorrectObjectTypeException() 보호된 메소드

protected IncorrectObjectTypeException ( System info, System context ) : System
info System
context System
리턴 System