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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
MissingObjectException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

MissingObjectException() 공개 메소드

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

MissingObjectException() 공개 메소드

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

MissingObjectException() 공개 메소드

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

MissingObjectException() 공개 메소드

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

MissingObjectException() 공개 메소드

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

MissingObjectException() 공개 메소드

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

MissingObjectException() 보호된 메소드

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