C# 클래스 FubuMVC.Core.ServiceBus.ErrorHandling.ExceptionHandlerBehavior

상속: IActionBehavior
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

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

비공개 메소드들

메소드 설명
tryToDetermineContinuation ( Exception ex ) : IContinuation

메소드 상세

DetermineContinuation() 공개 메소드

public DetermineContinuation ( Exception ex ) : IContinuation
ex System.Exception
리턴 IContinuation

ExceptionHandlerBehavior() 공개 메소드

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
리턴 System

Invoke() 공개 메소드

public Invoke ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

InvokePartial() 공개 메소드

public InvokePartial ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task