PoolingException Description sealed class Tinman.Core.Threading.Pooling.PoolingException Derived from TinmanException Exception for errors that have occurred in background tasks. Public / Constructors TaskHasFailed public static method TaskHasFailed → (2) source in : string The error source tag. error in : TinmanError The error that has causes the background task to fail. returns → PoolingException The ready-to-throw exception. A background task has failed with an exception. ITaskVoid Task