Class LoginServicesException
- Namespace
- adas_core.Domain.Exceptions
- Assembly
- adas-core.Domain.dll
Represents an exception that is thrown when an error occurs within the login services layer.
public class LoginServicesException : BusinessException, ISerializable
- Inheritance
-
LoginServicesException
- Implements
- Inherited Members
- Extension Methods
Remarks
This exception extends BusinessException to signal business-level failures specific to authentication and login operations.
Constructors
LoginServicesException(string)
public LoginServicesException(string message)
Parameters
messagestring
LoginServicesException(string, Exception)
public LoginServicesException(string message, Exception exception)