C# Class NServiceBus.Transport.ErrorContext

The context for messages that has failed processing.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
ErrorContext ( Exception exception, string>.Dictionary headers, string transportMessageId, byte body, TransportTransaction transportTransaction, int immediateProcessingFailures ) : System

Initializes the error context.

Method Details

ErrorContext() public méthode

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
Résultat System