C# 클래스 GitSharp.Core.Exceptions.ExceptionExtensions

파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
FormatPretty ( this exception ) : string
printStackTrace ( this self ) : void

비공개 메소드들

메소드 설명
PrintRecursive ( Exception exception, StringBuilder sb, string indent ) : void

메소드 상세

FormatPretty() 공개 정적인 메소드

public static FormatPretty ( this exception ) : string
exception this
리턴 string

printStackTrace() 공개 정적인 메소드

public static printStackTrace ( this self ) : void
self this
리턴 void