C# 클래스 DotNetWorkQueue.Queue.MessageExceptionHandler

Handles action for when a message throws an exception.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( IReceivedMessageInternal message, IMessageContext context, Exception exception ) : void

Handles the specified message.

MessageExceptionHandler ( IReceiveMessagesError transportErrorHandler, ILogFactory log ) : System

Initializes a new instance of the MessageExceptionHandler class.

메소드 상세

Handle() 공개 메소드

Handles the specified message.
An error has occurred in the error handling code An unhanded exception has occurred while processing a message
public Handle ( IReceivedMessageInternal message, IMessageContext context, Exception exception ) : void
message IReceivedMessageInternal The message.
context IMessageContext The context.
exception System.Exception The exception.
리턴 void

MessageExceptionHandler() 공개 메소드

Initializes a new instance of the MessageExceptionHandler class.
public MessageExceptionHandler ( IReceiveMessagesError transportErrorHandler, ILogFactory log ) : System
transportErrorHandler IReceiveMessagesError The transport error handler.
log ILogFactory The log.
리턴 System