RetryParametersFatalExceptions Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<Type> FatalExceptions { get; set; }
Public Property FatalExceptions As IList(Of Type)
Get
Set
public:
property IList<Type^>^ FatalExceptions {
IList<Type^>^ get ();
void set (IList<Type^>^ value);
}
member FatalExceptions : IList<Type> with get, set
function get_FatalExceptions();
function set_FatalExceptions(value);
Property Value
Type:
IListType
See Also