C# Class GitSharp.Core.Exceptions.ExceptionExtensions

Show file Open project: stschake/GitSharp

Public Methods

Method Description
FormatPretty ( this exception ) : string
printStackTrace ( this self ) : void

Private Methods

Method Description
PrintRecursive ( Exception exception, StringBuilder sb, string indent ) : void

Method Details

FormatPretty() public static method

public static FormatPretty ( this exception ) : string
exception this
return string

printStackTrace() public static method

public static printStackTrace ( this self ) : void
self this
return void