TaskProcessorResolveExceptionBehavior Method |
Resolves the defined behavior for a specific exception.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskProcessingJobResult ResolveExceptionBehavior(
Exception exception
)
Public Function ResolveExceptionBehavior (
exception As Exception
) As TaskProcessingJobResult
public:
TaskProcessingJobResult ResolveExceptionBehavior(
Exception^ exception
)
Parameters
- exception
- Type: SystemException
The exception.
Return Value
Type:
TaskProcessingJobResultThe resolved behavior.
See Also