ObjectNotFoundException Constructor
.NET Framework 4.5
Initializes a new instance of ObjectNotFoundException.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ObjectNotFoundException() | Initializes a new instance of ObjectNotFoundException. |
|
ObjectNotFoundException(String) | Initializes a new instance of ObjectNotFoundException with a specialized error message. |
|
ObjectNotFoundException(String, Exception) | Initializes a new instance of ObjectNotFoundException class that uses a specified error message and a reference to the inner exception. |