C# Класс Hawkeye.ExceptionExtensions

Exception formatting extension method.
Показать файл Открыть проект

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

Метод Описание
ToFormattedString ( this exception ) : string

Returns Exception information intoa formatted string.

Описание методов

ToFormattedString() публичный статический Метод

Returns Exception information intoa formatted string.
public static ToFormattedString ( this exception ) : string
exception this The exception to describe.
Результат string