AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIResponseException

    Inheritance
    object
    Exception
    AIResponseException
    AIServerSentException
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class AIResponseException : Exception

    Constructors

    AIResponseException(Api)

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

    AIResponseException(Api, string)

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

    AIResponseException(Api, string, Exception)

    Declaration
    public AIResponseException(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