Class MultimodalNotSupportedException
- Namespace
- Mythosia.AI.Exceptions
- Assembly
- Mythosia.AI.Abstractions.dll
Exception thrown when multimodal features are not supported by the service
public class MultimodalNotSupportedException : AIServiceException, ISerializable
- Inheritance
-
MultimodalNotSupportedException
- Implements
- Inherited Members
Constructors
MultimodalNotSupportedException(string)
public MultimodalNotSupportedException(string message)
Parameters
messagestring
MultimodalNotSupportedException(string, string)
public MultimodalNotSupportedException(string serviceName, string requestedFeature)
Parameters
Properties
RequestedFeature
public string RequestedFeature { get; }