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
Properties
ModelName
public string ModelName { get; }