C# Класс Deploy.ExceptionExtensions

The exception extensions.
Показать файл Открыть проект

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

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

Returns a detailed string representation of this instance.

Returns string.Empty if exception is null.

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

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

Returns a detailed string representation of this instance.
Returns string.Empty if exception is null.
public static ToDetailedString ( this exception ) : string
exception this /// The exception. ///
Результат string