Table of Contents

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

username string

UserNotFoundException(string, Exception)

public UserNotFoundException(string username, Exception exception)

Parameters

username string
exception Exception