Class AIServiceException
- Namespace
- Mythosia.AI.Exceptions
- Assembly
- Mythosia.AI.Abstractions.dll
Base exception for all AI service related errors
public class AIServiceException : Exception, ISerializable
- Inheritance
-
AIServiceException
- Implements
- Derived
- Inherited Members
Constructors
AIServiceException(string)
public AIServiceException(string message)
Parameters
messagestring
AIServiceException(string, Exception)
public AIServiceException(string message, Exception innerException)
Parameters
AIServiceException(string, string)
public AIServiceException(string message, string errorDetails)
Parameters
AIServiceException(string, string, string)
public AIServiceException(string message, string errorDetails, string serviceName)
Parameters
Properties
ErrorDetails
public string? ErrorDetails { get; }
Property Value
ServiceName
public string? ServiceName { get; protected set; }