C# Класс GitSharp.Core.Exceptions.ExceptionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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