Table of Contents

Class UserPromptRewriteException

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

Represents an error generated by user prompt rewrite service.

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

Constructors

UserPromptRewriteException()

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

public UserPromptRewriteException()

UserPromptRewriteException(string?)

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

public UserPromptRewriteException(string? message)

Parameters

message string

A string that describes the error.

UserPromptRewriteException(string?, Exception?)

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

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