AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class NotSupportedModelFeatureException

    Inheritance
    object
    Exception
    SystemException
    NotSupportedException
    NotSupportedModelFeatureException
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class NotSupportedModelFeatureException : NotSupportedException

    Constructors

    NotSupportedModelFeatureException(Model, ModelFeature)

    Declaration
    public NotSupportedModelFeatureException(Model model, ModelFeature feature)
    Parameters
    Type Name Description
    Model model
    ModelFeature feature

    Properties

    Feature

    Declaration
    public ModelFeature Feature { get; }
    Property Value
    Type Description
    ModelFeature

    Model

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