AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIServerSentException

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

    Constructors

    AIServerSentException(Api, ServerSentError)

    Declaration
    public AIServerSentException(Api api, ServerSentError serverSentError)
    Parameters
    Type Name Description
    Api api
    ServerSentError serverSentError

    AIServerSentException(Api, string, Exception)

    Declaration
    public AIServerSentException(Api api, string url, Exception innerException)
    Parameters
    Type Name Description
    Api api
    string url
    Exception innerException

    Properties

    Url

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