C# Класс Castle.MonoRail.Framework.Extensions.ExceptionChaining.LoggingExceptionHandler

Handles that logs the exception using the the logger factory.
Наследование: AbstractExceptionHandler
Показать файл Открыть проект

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

Метод Описание
Process ( IRailsEngineContext context ) : void

Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException

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

Process() публичный Метод

Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException
public Process ( IRailsEngineContext context ) : void
context IRailsEngineContext
Результат void