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

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

공개 메소드들

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