C# 클래스 NServiceBus.Transport.ErrorContext

The context for messages that has failed processing.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
ErrorContext ( Exception exception, string>.Dictionary headers, string transportMessageId, byte body, TransportTransaction transportTransaction, int immediateProcessingFailures ) : System

Initializes the error context.

메소드 상세

ErrorContext() 공개 메소드

Initializes the error context.
public ErrorContext ( Exception exception, string>.Dictionary headers, string transportMessageId, byte body, TransportTransaction transportTransaction, int immediateProcessingFailures ) : System
exception System.Exception
headers string>.Dictionary
transportMessageId string
body byte
transportTransaction TransportTransaction
immediateProcessingFailures int
리턴 System