Table of Contents

Class InvalidModelException

Namespace
Mythosia.AI.Exceptions
Assembly
Mythosia.AI.Abstractions.dll

Exception thrown when an invalid model is specified

public class InvalidModelException : AIServiceException, ISerializable
Inheritance
InvalidModelException
Implements
Inherited Members

Constructors

InvalidModelException(string, string)

public InvalidModelException(string modelName, string serviceName)

Parameters

modelName string
serviceName string

Properties

ModelName

public string ModelName { get; }

Property Value

string