Table of Contents

Class OrchestrationException

Namespace
FoundationaLLM.Common.Exceptions
Assembly
FoundationaLLM.Common.dll

Represents an error with accessing content.

public class OrchestrationException : Exception, ISerializable
Inheritance
OrchestrationException
Implements
Inherited Members
Extension Methods

Constructors

OrchestrationException()

Initializes a new instance of the OrchestrationException class with a default message.

public OrchestrationException()

OrchestrationException(string?)

Initializes a new instance of the OrchestrationException class with its message set to message.

public OrchestrationException(string? message)

Parameters

message string

A string that describes the error.

OrchestrationException(string?, Exception?)

Initializes a new instance of the OrchestrationException class with its message set to message.

public OrchestrationException(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.