Click or drag to resize

OpenFinErrorHandler Delegate

Errors from the OpenFin runtime

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public delegate void OpenFinErrorHandler(
	Object sender,
	UnhandledExceptionEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: SystemUnhandledExceptionEventArgs
See Also