TaskQueueSettingsExceptionSettings Property |
Describes the default result behavior for tasks based on
exceptions encountered while processing them.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskExceptionSettings ExceptionSettings { get; set; }
Public Property ExceptionSettings As TaskExceptionSettings
Get
Set
public:
property TaskExceptionSettings^ ExceptionSettings {
TaskExceptionSettings^ get ();
void set (TaskExceptionSettings^ value);
}
Property Value
Type:
TaskExceptionSettings
See Also