Condividi tramite


NotFoundODataResult Costruttori

Definizione

Overload

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)

Parametri

odataError
ODataError

Si applica a

NotFoundODataResult(String)

public NotFoundODataResult (string message);
new Microsoft.AspNet.OData.Results.NotFoundODataResult : string -> Microsoft.AspNet.OData.Results.NotFoundODataResult
Public Sub New (message As String)

Parametri

message
String

Si applica a