GenerativeAIException Constructor
Represents an exception that occurs during operations related to Generative AI.
Namespace: GenerativeAI.ExceptionsAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public GenerativeAIException(
string message,
string details
)
Parameters
- message String
[Missing <param name="message"/> documentation for "M:GenerativeAI.Exceptions.GenerativeAIException.#ctor(System.String,System.String)"]
- details String
[Missing <param name="details"/> documentation for "M:GenerativeAI.Exceptions.GenerativeAIException.#ctor(System.String,System.String)"]
This exception is intended to capture errors specific to Generative AI operations, providing additional details
about the context of the error for debugging or logging purposes.