Click or drag to resize

AckGetRuntimeError Method

When the ack was not successful, it might cause Openfin Desktop Runtime error. This method returns the runtime error, if it's available.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public RuntimeError GetRuntimeError()

Return Value

Type: RuntimeError
The runtime error object, null if not available.
See Also