AppTaskException Constructor (TaskProcessingJobResult, Exception) |
Constructor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic AppTaskException(
TaskProcessingJobResult behavior,
Exception innerException
)
Public Sub New (
behavior As TaskProcessingJobResult,
innerException As Exception
)
public:
AppTaskException(
TaskProcessingJobResult behavior,
Exception^ innerException
)
Parameters
- behavior
- Type: MFiles.VAF.AppTasksTaskProcessingJobResult
Indicates how the task processing should react to the exception. - innerException
- Type: SystemException
The inner exception.
See Also