C# Класс GitSharp.Core.Exceptions.MissingObjectException

Наследование: System.IO.IOException
Показать файл Открыть проект

Открытые методы

Метод Описание
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