ODataErrorResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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