Class NotSupportedFeatureException
Inheritance
object
Exception
SystemException
NotSupportedException
NotSupportedFeatureException
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class NotSupportedFeatureException : NotSupportedException
Constructors
NotSupportedFeatureException(Model, ModelFeature)
Declaration
public NotSupportedFeatureException(Model model, ModelFeature cap)
Parameters
Type | Name | Description |
---|---|---|
Model | model | |
ModelFeature | cap |
Properties
Capability
Declaration
public ModelFeature Capability { get; }
Property Value
Type | Description |
---|---|
ModelFeature |
Model
Declaration
public Model Model { get; }
Property Value
Type | Description |
---|---|
Model |