Method | Description | |
---|---|---|
NotFoundException ( string message ) : System |
Create a new exception
|
|
NotFoundException ( string message, Exception inner ) : System |
Create a new exception
|
public NotFoundException ( string message ) : System | ||
message | string | message describing the error |
return | System |
public NotFoundException ( string message, Exception inner ) : System | ||
message | string | message describing the error |
inner | Exception | inner exception |
return | System |