Constructor ResourceNotFoundException
ResourceNotFoundException()
Initializes a new instance of
ResourceNotFoundException.
Declaration
public ResourceNotFoundException()
ResourceNotFoundException(String)
Initializes a new instance of
ResourceNotFoundException with the message that
describes the current exception.
Declaration
public ResourceNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
ResourceNotFoundException(String, Exception)
Initializes a new instance of
ResourceNotFoundException with the message that
describes the current exception and an inner exception.
Declaration
public ResourceNotFoundException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
| Exception | inner | The inner exception. |