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.0.8865.1045
Syntax
C#
public bool HasExceptions()

Return Value

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