Class AuthenticationException
- Namespace
- Mythosia.AI.Exceptions
- Assembly
- Mythosia.AI.Abstractions.dll
Exception thrown when API authentication fails
public class AuthenticationException : AIServiceException, ISerializable
- Inheritance
-
AuthenticationException
- Implements
- Inherited Members
Constructors
AuthenticationException(string)
public AuthenticationException(string serviceName)
Parameters
serviceNamestring
AuthenticationException(string, string)
public AuthenticationException(string message, string serviceName)