C# Class NServiceBus.Faults.FailedMessage

Error message event data.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
FailedMessage ( string messageId, string>.Dictionary headers, byte body, Exception exception, string errorQueue ) : System

Creates a new instance of FailedMessage.

Private Methods

Method Description
FailedMessage ( string messageId, string>.Dictionary headers, byte body, Exception exception ) : System

Method Details

FailedMessage() public method

Creates a new instance of FailedMessage.
public FailedMessage ( string messageId, string>.Dictionary headers, byte body, Exception exception, string errorQueue ) : System
messageId string The id of the failed message.
headers string>.Dictionary Message headers.
body byte Message body.
exception System.Exception Exception thrown.
errorQueue string Error queue address.
return System