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

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

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

Метод Описание
PackMismatchException ( ObjectId id, string message ) : System
PackMismatchException ( ObjectId id, string message, Exception inner ) : System
PackMismatchException ( string message ) : System
PackMismatchException ( string message, Exception inner ) : System

Приватные методы

Метод Описание
PackMismatchException ( System info, System context ) : System

Описание методов

PackMismatchException() публичный Метод

public PackMismatchException ( ObjectId id, string message ) : System
id ObjectId
message string
Результат System

PackMismatchException() публичный Метод

public PackMismatchException ( ObjectId id, string message, Exception inner ) : System
id ObjectId
message string
inner System.Exception
Результат System

PackMismatchException() публичный Метод

public PackMismatchException ( string message ) : System
message string
Результат System

PackMismatchException() публичный Метод

public PackMismatchException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System