Table of Contents

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

message string

A 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)

Parameters

message string

A string that describes the error.

innerException Exception

The exception that is the cause of the current exception.