C# Class GitException, freshli-cli

Inheritance: Exception
Afficher le fichier Open project: corgibytes/freshli-cli Class Usage Examples

Méthodes publiques

Méthode Description
GitException ( string message ) : System,
GitException ( string message, Exception, innerException ) : System,

Méthodes protégées

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

Method Details

GitException() protected méthode

protected GitException ( SerializationInfo, info, StreamingContext, context ) : System,
info SerializationInfo,
context StreamingContext,
Résultat System,

GitException() public méthode

public GitException ( string message ) : System,
message string
Résultat System,

GitException() public méthode

public GitException ( string message, Exception, innerException ) : System,
message string
innerException Exception,
Résultat System,