C# Class Castle.MonoRail.Framework.Extensions.ExceptionChaining.LoggingExceptionHandler

Handles that logs the exception using the the logger factory.
Inheritance: AbstractExceptionHandler
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Process ( IRailsEngineContext context ) : void

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

Method Details

Process() public méthode

Implementors should perform the action on the exception. Note that the exception is available in IRailsEngineContext.LastException
public Process ( IRailsEngineContext context ) : void
context IRailsEngineContext
Résultat void