Document Task EngineFatal Exception Event
Fatal exception event.
Definition
Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public event TaskFatalExceptionHandler FatalExceptionValue
TaskFatalExceptionHandlerRemarks
A fatal exception occurred on a task thread. Clean-up and update any job schedulers/databases/etc of failed task. AbortTask should be called when done updating
to make sure all other task threads are aborted before exiting.