RetryExceptionInnerExceptions Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IEnumerable<Exception> InnerExceptions { get; }
Public ReadOnly Property InnerExceptions As IEnumerable(Of Exception)
Get
public:
property IEnumerable<Exception^>^ InnerExceptions {
IEnumerable<Exception^>^ get ();
}
member InnerExceptions : IEnumerable<Exception> with get
function get_InnerExceptions();
Property Value
Type:
IEnumerableException
See Also