Click or drag to resize
AB4D logo

BackgroundThreadsManagerHasExceptions Method

HasExceptions returns true if any executed action has thrown an exception.

Namespace: Ab3d.DirectX.Threading
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public bool HasExceptions()

Return Value

Boolean
true if any executed action has thrown an exception
See Also