Compartir a través de


NotFoundODataResult Constructores

Definición

Sobrecargas

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)

Parámetros

odataError
ODataError

Se aplica 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)

Parámetros

message
String

Se aplica a