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