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

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

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

Метод Описание
InvalidObjectIdException ( byte bytes, int offset, int length ) : System

Create exception with bytes of the invalid object id.

InvalidObjectIdException ( byte bytes, int offset, int length, Exception inner ) : System

Create exception with bytes of the invalid object id.

Защищенные методы

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

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

Метод Описание
AsAscii ( byte bytes, int offset, int length ) : string

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

InvalidObjectIdException() защищенный Метод

protected InvalidObjectIdException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Create exception with bytes of the invalid object id.
public InvalidObjectIdException ( byte bytes, int offset, int length ) : System
bytes byte containing the invalid id.
offset int offset in the byte array where the error occurred.
length int length of the sequence of invalid bytes.
Результат System

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

Create exception with bytes of the invalid object id.
public InvalidObjectIdException ( byte bytes, int offset, int length, Exception inner ) : System
bytes byte containing the invalid id.
offset int offset in the byte array where the error occurred.
length int length of the sequence of invalid bytes.
inner System.Exception Inner Exception.
Результат System