TaskExceptionSettingsExceptions Property |
Behavior indexed by specific exception types.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Dictionary<Type, TaskProcessingJobResult> Exceptions { get; set; }
Public Property Exceptions As Dictionary(Of Type, TaskProcessingJobResult)
Get
Set
public:
property Dictionary<Type^, TaskProcessingJobResult>^ Exceptions {
Dictionary<Type^, TaskProcessingJobResult>^ get ();
void set (Dictionary<Type^, TaskProcessingJobResult>^ value);
}
Property Value
Type:
DictionaryType,
TaskProcessingJobResult
See Also