ODataController.NotFound Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- odataError
- ODataError
Retours
S’applique à
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
Paramètres
- message
- String