C# Класс Elmah.ErrorTextFormatter

Provides the base contract for implementations that render text-based formatting for an error.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Format ( System.IO.TextWriter writer, Error error ) : void

Formats a text representation of the given Error instance using a TextWriter.

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

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

Formats a text representation of the given Error instance using a TextWriter.
public abstract Format ( System.IO.TextWriter writer, Error error ) : void
writer System.IO.TextWriter
error Error
Результат void