C# Class GitSharp.Core.Exceptions.UnmergedPathException

Inheritance: System.IO.IOException
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
UnmergedPathException ( DirCacheEntry entry ) : System

Create a new unmerged path exception.

UnmergedPathException ( DirCacheEntry entry, Exception inner ) : System

Create a new unmerged path exception.

Méthodes protégées

Méthode Description
UnmergedPathException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnmergedPathException() public méthode

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.
Résultat System

UnmergedPathException() public méthode

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.
Résultat System

UnmergedPathException() protected méthode

protected UnmergedPathException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System