Share via


ODataErrorResult Constructors

Definition

Overloads

ODataErrorResult(ODataError)
ODataErrorResult(String, String)

ODataErrorResult(ODataError)

public ODataErrorResult (Microsoft.OData.ODataError odataError);
new Microsoft.AspNet.OData.Results.ODataErrorResult : Microsoft.OData.ODataError -> Microsoft.AspNet.OData.Results.ODataErrorResult
Public Sub New (odataError As ODataError)

Parameters

odataError
ODataError

Applies to

ODataErrorResult(String, String)

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

Parameters

errorCode
String
message
String

Applies to