TaskExceptionBehaviorAttribute Constructor (TaskProcessingJobResult, Type) |
Constructor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskExceptionBehaviorAttribute(
TaskProcessingJobResult behavior,
params Type[] exceptionTypes
)
Public Sub New (
behavior As TaskProcessingJobResult,
ParamArray exceptionTypes As Type()
)
public:
TaskExceptionBehaviorAttribute(
TaskProcessingJobResult behavior,
... array<Type^>^ exceptionTypes
)
Parameters
- behavior
- Type: MFiles.VAF.AppTasksTaskProcessingJobResult
The result of the task when the exceptions are thrown. - exceptionTypes
- Type: SystemType
The type of exceptions to use the behavior for.
See Also