| NotFoundException Constructor |
| Name | Description | |
|---|---|---|
| NotFoundException | Construct the exception without a description.
| |
| NotFoundException(String) | Construct the exception with the description.
| |
| NotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the NotFoundException class with serialized data. | |
| NotFoundException(String, Exception) | Construct the exception with the description and the cause
exception.
|