C# Class Sep.Git.Tfs.Core.GitTfsException

Inheritance: System.Exception
Afficher le fichier Open project: pmiossec/git-tfs

Méthodes publiques

Méthode Description
GitTfsException ( string message ) : System
GitTfsException ( string message, Exception e ) : System
GitTfsException ( string message, IEnumerable solutions ) : System
GitTfsException ( string message, IEnumerable solutions, Exception e ) : System
WithRecommendation ( ) : GitTfsException

Method Details

GitTfsException() public méthode

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

GitTfsException() public méthode

public GitTfsException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System

GitTfsException() public méthode

public GitTfsException ( string message, IEnumerable solutions ) : System
message string
solutions IEnumerable
Résultat System

GitTfsException() public méthode

public GitTfsException ( string message, IEnumerable solutions, Exception e ) : System
message string
solutions IEnumerable
e System.Exception
Résultat System

WithRecommendation() public méthode

public WithRecommendation ( ) : GitTfsException
Résultat GitTfsException