Class UserNotFoundException
- Namespace
- adas_core.Domain.Exceptions
- Assembly
- adas-core.Domain.dll
Represents a business exception that is thrown when a requested user cannot be found.
public class UserNotFoundException : BusinessException, ISerializable
- Inheritance
-
UserNotFoundException
- Implements
- Inherited Members
- Extension Methods
Remarks
Inherits from BusinessException to signal user lookup failures within the business domain.
Constructors
UserNotFoundException(string)
public UserNotFoundException(string username)
Parameters
usernamestring
UserNotFoundException(string, Exception)
public UserNotFoundException(string username, Exception exception)