Table of Contents

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

message string

AIServiceException(string, Exception)

public AIServiceException(string message, Exception innerException)

Parameters

message string
innerException Exception

AIServiceException(string, string)

public AIServiceException(string message, string errorDetails)

Parameters

message string
errorDetails string

AIServiceException(string, string, string)

public AIServiceException(string message, string errorDetails, string serviceName)

Parameters

message string
errorDetails string
serviceName string

Properties

ErrorDetails

public string? ErrorDetails { get; }

Property Value

string

ServiceName

public string? ServiceName { get; protected set; }

Property Value

string