RetryException Class

Alterian Email Manager 6.2.3 SDK Help File
Wrapper for the AggregateException thrown in the Retry Pattern
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class RetryException : Exception

The RetryException type exposes the following members.

Constructors
NameDescription
Public methodRetryException
Initializes a new instance of the RetryException class
Top
Properties
Remarks
Returns the data from the last inner exception
See Also