AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ModelNotFoundOnServerException

    Inheritance
    object
    Exception
    ModelNotFoundOnServerException
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ModelNotFoundOnServerException : Exception

    Constructors

    ModelNotFoundOnServerException(Api, string)

    Declaration
    public ModelNotFoundOnServerException(Api api, string modelId)
    Parameters
    Type Name Description
    Api api
    string modelId

    Properties

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api

    ModelId

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