GeonBit.UI Documentation
| NotFoundException Constructor |
Overload List| Name | Description | |
|---|---|---|
![]() | NotFoundException |
Create the exception without message.
|
![]() | NotFoundException(String) |
Create the exception with message.
|
![]() | NotFoundException(String, Exception) |
Create the exception with message and inner exception.
|
See Also