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