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
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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