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