C# Class SevenDigital.Messaging.RetryMessageAttribute

Inheritance: System.Attribute
Show file Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method Description
RetryMessageAttribute ( Type retryExceptionType ) : System

Indicate that the handler should retry any message that fails with the given exception type

Method Details

RetryMessageAttribute() public method

Indicate that the handler should retry any message that fails with the given exception type
public RetryMessageAttribute ( Type retryExceptionType ) : System
retryExceptionType System.Type A type of exception that is automatically recoverable with a retry
return System