C# Class GitSharp.Core.Exceptions.EntryExistsException

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

Méthodes publiques

Méthode Description
EntryExistsException ( string name ) : System
EntryExistsException ( string name, Exception inner ) : System

Méthodes protégées

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

Method Details

EntryExistsException() protected méthode

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

EntryExistsException() public méthode

public EntryExistsException ( string name ) : System
name string
Résultat System

EntryExistsException() public méthode

public EntryExistsException ( string name, Exception inner ) : System
name string
inner System.Exception
Résultat System