C# 클래스 Castle.MonoRail.Framework.Extensions.ExceptionChaining.LoggingExceptionHandler

Handles that logs the exception using the the logger factory.
상속: AbstractExceptionHandler
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

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