Table of Contents

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

message string

MultimodalNotSupportedException(string, string)

public MultimodalNotSupportedException(string serviceName, string requestedFeature)

Parameters

serviceName string
requestedFeature string

Properties

RequestedFeature

public string RequestedFeature { get; }

Property Value

string