Click or drag to resize

TaskFatalExceptionHandler Delegate

Task fatal error exception delegate.

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public delegate void TaskFatalExceptionHandler(
	string message,
	Exception ex
)

Parameters

message  String
Error message associated with fatal exception.
ex  Exception
The fatal exception.
See Also