AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIMethodNotSupportedException

    Thrown when a GenAI provider does not support a specific feature.

    Inheritance
    object
    Exception
    AIRequestException
    AIMethodNotSupportedException
    Inherited Members
    AIRequestException.Api
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class AIMethodNotSupportedException : AIRequestException

    Constructors

    AIMethodNotSupportedException(Api, string)

    Declaration
    public AIMethodNotSupportedException(Api api, string methodName)
    Parameters
    Type Name Description
    Api api
    string methodName

    Properties

    MethodName

    The name of the unsupported endpoint. Refer to the Glitch9.AIDevKit.Methods for the list of supported endpoints.

    Declaration
    public string MethodName { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX