NotFoundODataResult Constructeurs
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
NotFoundODataResult(ODataError) | |
NotFoundODataResult(String) |
NotFoundODataResult(ODataError)
public NotFoundODataResult (Microsoft.OData.ODataError odataError);
new Microsoft.AspNet.OData.Results.NotFoundODataResult : Microsoft.OData.ODataError -> Microsoft.AspNet.OData.Results.NotFoundODataResult
Public Sub New (odataError As ODataError)
Paramètres
- odataError
- ODataError
S’applique à
NotFoundODataResult(String)
public NotFoundODataResult (string message);
new Microsoft.AspNet.OData.Results.NotFoundODataResult : string -> Microsoft.AspNet.OData.Results.NotFoundODataResult
Public Sub New (message As String)
Paramètres
- message
- String