Method | Description | |
---|---|---|
NotFoundException ( |
Initializes a new instance of the NotFoundException class.
|
|
NotFoundException ( String message ) : System |
Initializes a new instance of the NotFoundException class.
|
|
NotFoundException ( String message, |
Initializes a new instance of the NotFoundException class.
|
public NotFoundException ( |
||
info | The |
|
context | The |
|
return | System |
public NotFoundException ( String message ) : System | ||
message | String | The message. |
return | System |
public NotFoundException ( String message, |
||
message | String | The message. |
innerException | The inner exception. | |
return | System |