Partager via


NotFoundODataResult Constructeurs

Définition

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

S’applique à