C# Класс Patterns.Logging.Mixins

Provides type mixins designed to aid in logging operations.
Показать файл Открыть проект

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

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

Creates an aggregated exception message that includes messages from all inner exceptions.

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

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

Creates an aggregated exception message that includes messages from all inner exceptions.
public static ToFullString ( this error ) : string
error this The error.
Результат string