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

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

공개 메소드들

메소드 설명
UnmergedPathException ( DirCacheEntry entry ) : System

Create a new unmerged path exception.

UnmergedPathException ( DirCacheEntry entry, Exception inner ) : System

Create a new unmerged path exception.

보호된 메소드들

메소드 설명
UnmergedPathException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

UnmergedPathException() 공개 메소드

Create a new unmerged path exception.
public UnmergedPathException ( DirCacheEntry entry ) : System
entry GitSharp.Core.DirectoryCache.DirCacheEntry The first non-zero stage of the unmerged path.
리턴 System

UnmergedPathException() 공개 메소드

Create a new unmerged path exception.
public UnmergedPathException ( DirCacheEntry entry, Exception inner ) : System
entry GitSharp.Core.DirectoryCache.DirCacheEntry The first non-zero stage of the unmerged path.
inner System.Exception Inner Exception.
리턴 System

UnmergedPathException() 보호된 메소드

protected UnmergedPathException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System