Method | Description | |
---|---|---|
NotFoundException ( ) : System | ||
NotFoundException ( string message ) : System | ||
NotFoundException ( string message, Exception innerException ) : System | ||
NotFoundException ( string name, object key ) : System |
public NotFoundException ( string message ) : System | ||
message | string | |
return | System |
public NotFoundException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public NotFoundException ( string name, object key ) : System | ||
name | string | |
key | object | |
return | System |