Overload List
| Name | Description | |
|---|---|---|
| UserNotFoundException |
Initializes a new instance of the UserNotFoundException class
| |
| UserNotFoundException(Exception) |
Initializes a new instance of the UserNotFoundException class with a reference to the inner exception that is the cause of this exception.
| |
| UserNotFoundException(String) |
Initializes a new instance of the UserNotFoundException class with a specified error message.
| |
| UserNotFoundException(String, Exception) |
Initializes a new instance of the UserNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
See Also