Table of Contents

Class ServiceUnavailableException

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

Exception thrown when the service is temporarily unavailable

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

Constructors

ServiceUnavailableException(string)

public ServiceUnavailableException(string serviceName)

Parameters

serviceName string

ServiceUnavailableException(string, string)

public ServiceUnavailableException(string serviceName, string message)

Parameters

serviceName string
message string