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