C# Class NServiceBus.Faults.ErrorsNotifications

Errors notifications.
Show file Open project: Particular/NServiceBus

Private Methods

Method Description
CopyOfBody ( byte body ) : byte[]
InvokeMessageHasBeenSentToDelayedRetries ( int delayedRetryAttempt, IncomingMessage message, Exception exception ) : void
InvokeMessageHasBeenSentToErrorQueue ( IncomingMessage message, Exception exception, string errorQueue ) : void
InvokeMessageHasFailedAnImmediateRetryAttempt ( int immediateRetryAttempt, IncomingMessage message, Exception exception ) : void