AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AIClientException

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

    Constructors

    AIClientException(Api, string)

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

    AIClientException(Api, string, Exception)

    Declaration
    public AIClientException(Api api, string message, Exception innerException)
    Parameters
    Type Name Description
    Api api
    string message
    Exception innerException
    In this article
    Back to top Generated by DocFX