Table of Contents

Class ContentValidationException

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

Exception thrown when content validation fails

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

Constructors

ContentValidationException(string, string)

public ContentValidationException(string message, string contentType)

Parameters

message string
contentType string

Properties

ContentType

public string ContentType { get; }

Property Value

string