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

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

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

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