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
serviceNamestring
ServiceUnavailableException(string, string)
public ServiceUnavailableException(string serviceName, string message)