C# Class GitSharp.Core.Exceptions.GitlinksNotSupportedException

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

Méthodes publiques

Méthode Description
GitlinksNotSupportedException ( string s ) : System

Construct a GitlinksNotSupportedException for the specified link

GitlinksNotSupportedException ( string s, Exception inner ) : System

Construct a GitlinksNotSupportedException for the specified link

Méthodes protégées

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

Method Details

GitlinksNotSupportedException() protected méthode

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

GitlinksNotSupportedException() public méthode

Construct a GitlinksNotSupportedException for the specified link
public GitlinksNotSupportedException ( string s ) : System
s string /// Name of link in tree or workdir ///
Résultat System

GitlinksNotSupportedException() public méthode

Construct a GitlinksNotSupportedException for the specified link
public GitlinksNotSupportedException ( string s, Exception inner ) : System
s string Name of link in tree or workdir
inner System.Exception Inner Exception
Résultat System