C# Class FubuMVC.Core.ServiceBus.ErrorHandling.ExceptionHandlerBehavior

Inheritance: IActionBehavior
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Méthode Description
DetermineContinuation ( Exception ex ) : IContinuation
ExceptionHandlerBehavior ( IActionBehavior behavior, HandlerChain chain, FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IInvocationContext context, ILogger logger, IFubuRequest request ) : System
Invoke ( ) : System.Threading.Tasks.Task
InvokePartial ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
tryToDetermineContinuation ( Exception ex ) : IContinuation

Method Details

DetermineContinuation() public méthode

public DetermineContinuation ( Exception ex ) : IContinuation
ex System.Exception
Résultat IContinuation

ExceptionHandlerBehavior() public méthode

public ExceptionHandlerBehavior ( IActionBehavior behavior, HandlerChain chain, FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IInvocationContext context, ILogger logger, IFubuRequest request ) : System
behavior IActionBehavior
chain HandlerChain
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
context IInvocationContext
logger ILogger
request IFubuRequest
Résultat System

Invoke() public méthode

public Invoke ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

InvokePartial() public méthode

public InvokePartial ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task