Share via


NotFoundODataResult Constructors

Definition

Overloads

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)

Parameters

odataError
ODataError

Applies to

NotFoundODataResult(String)

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

Parameters

message
String

Applies to