C# Class GitSharp.Core.Exceptions.ExceptionExtensions

Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
FormatPretty ( this exception ) : string
printStackTrace ( this self ) : void

Private Methods

Méthode Description
PrintRecursive ( Exception exception, StringBuilder sb, string indent ) : void

Method Details

FormatPretty() public static méthode

public static FormatPretty ( this exception ) : string
exception this
Résultat string

printStackTrace() public static méthode

public static printStackTrace ( this self ) : void
self this
Résultat void