AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIRequestException

    Inheritance
    object
    Exception
    AIRequestException
    AIClientException
    AIMethodNotSupportedException
    EmptyPromptException
    NoEndpointExeption
    NoRequiredComponentException
    NoRequiredParameterException
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class AIRequestException : Exception

    Constructors

    AIRequestException(Api)

    Declaration
    public AIRequestException(Api api)
    Parameters
    Type Name Description
    Api api

    AIRequestException(Api, string)

    Declaration
    public AIRequestException(Api api, string message)
    Parameters
    Type Name Description
    Api api
    string message

    AIRequestException(Api, string, Exception)

    Declaration
    public AIRequestException(Api api, string message, Exception innerException)
    Parameters
    Type Name Description
    Api api
    string message
    Exception innerException

    Properties

    Api

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