C# Class GitSharp.Core.Exceptions.UnmergedPathException

Inheritance: System.IO.IOException
Show file Open project: stschake/GitSharp

Public Methods

Method Description
UnmergedPathException ( DirCacheEntry entry ) : System

Create a new unmerged path exception.

UnmergedPathException ( DirCacheEntry entry, Exception inner ) : System

Create a new unmerged path exception.

Protected Methods

Method Description
UnmergedPathException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnmergedPathException() public method

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.
return System

UnmergedPathException() public method

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.
return System

UnmergedPathException() protected method

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