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