Class TaskPoolException
- Namespace
 - FoundationaLLM.Common.Tasks
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents errors that occur in task pools.
public class TaskPoolException : Exception, ISerializable
  - Inheritance
 - 
      
      
      TaskPoolException
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
TaskPoolException()
Initializes a new instance of the TaskPoolException class with a default message.
public TaskPoolException()
  TaskPoolException(string?)
Initializes a new instance of the TaskPoolException class with its message set to message.
public TaskPoolException(string? message)
  Parameters
messagestringA string that describes the error.
TaskPoolException(string?, Exception?)
Initializes a new instance of the TaskPoolException class with its message set to message.
public TaskPoolException(string? message, Exception? innerException)