ODataController.NotFound Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NotFound(ODataError) | |
NotFound(String) |
NotFound(ODataError)
protected virtual Microsoft.AspNet.OData.Results.NotFoundODataResult NotFound (Microsoft.OData.ODataError odataError);
override this.NotFound : Microsoft.OData.ODataError -> Microsoft.AspNet.OData.Results.NotFoundODataResult
Protected Overridable Function NotFound (odataError As ODataError) As NotFoundODataResult
Parameters
- odataError
- ODataError
Returns
Applies to
NotFound(String)
protected virtual Microsoft.AspNet.OData.Results.NotFoundODataResult NotFound (string message);
override this.NotFound : string -> Microsoft.AspNet.OData.Results.NotFoundODataResult
Protected Overridable Function NotFound (message As String) As NotFoundODataResult
Parameters
- message
- String