Constructor PromptTemplateException
- Namespace
- LMKit.TextGeneration.Prompts
- Assembly
- LM-Kit.NET.dll
PromptTemplateException(string)
Initializes a new instance of the PromptTemplateException class with the specified error message.
public PromptTemplateException(string message)
Parameters
messagestringThe error message.
PromptTemplateException(string, int, int)
Initializes a new instance of the PromptTemplateException class with the specified error message, line, and column.
public PromptTemplateException(string message, int line, int column)
Parameters
messagestringThe error message.
lineintThe line number where the error occurred.
columnintThe column number where the error occurred.
PromptTemplateException(string, Exception)
Initializes a new instance of the PromptTemplateException class with the specified error message and inner exception.
public PromptTemplateException(string message, Exception innerException)