C# Class GitSharp.Core.Exceptions.SymlinksNotSupportedException

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

Méthodes publiques

Méthode Description
SymlinksNotSupportedException ( ) : System
SymlinksNotSupportedException ( string message ) : System
SymlinksNotSupportedException ( string message, Exception inner ) : System

Private Methods

Méthode Description
SymlinksNotSupportedException ( System info, System context ) : System

Method Details

SymlinksNotSupportedException() public méthode

public SymlinksNotSupportedException ( ) : System
Résultat System

SymlinksNotSupportedException() public méthode

public SymlinksNotSupportedException ( string message ) : System
message string
Résultat System

SymlinksNotSupportedException() public méthode

public SymlinksNotSupportedException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System