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

This class expects to be configured with exclude types that detail the types of exceptions to be ignored.
Наследование: AbstractExceptionHandler, IConfigurableHandler
Показать файл Открыть проект

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

Метод Описание
Configure ( XmlNode exceptionHandlerNode ) : void

Implementors should check for known attributes and child nodes within the exceptionHandlerNode

Process ( IRailsEngineContext context ) : void

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

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

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

Implementors should check for known attributes and child nodes within the exceptionHandlerNode
public Configure ( XmlNode exceptionHandlerNode ) : void
exceptionHandlerNode XmlNode The Xml node /// that represents this handler on the configuration file
Результат void

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