Alterian Email Manager 6.2.3 SDK Help File
Wrapper for the AggregateException thrown in the Retry Pattern
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class RetryException : Exception
Public Class RetryException
Inherits Exception
public ref class RetryException : public Exception
type RetryException =
class
inherit Exception
end
DMLibrary.RetryException = function();
Type.createClass(
'DMLibrary.RetryException',
Exception);
The RetryException type exposes the following members.
Constructors | Name | Description |
---|
 | RetryException | Initializes a new instance of the RetryException class |
Top
Properties
RemarksReturns the data from the last inner exception
See Also