AppTaskException(TaskProcessingJobResult, Exception) Constructor

Definition

Namespace: MFiles.VAF.AppTasks
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public AppTaskException(
	TaskProcessingJobResult behavior,
	Exception innerException
)

Parameters

behavior  TaskProcessingJobResult
 
innerException  Exception
 

See Also