RetryException Constructor
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic RetryException(
IEnumerable<Exception> exceptions
)
Public Sub New (
exceptions As IEnumerable(Of Exception)
)
public:
RetryException(
IEnumerable<Exception^>^ exceptions
)
new :
exceptions : IEnumerable<Exception> -> RetryException
DMLibrary.RetryException = function(exceptions);
Parameters
- exceptions
- Type: System.Collections.GenericIEnumerableException
See Also