UnauthorizedODataResult 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
UnauthorizedODataResult(ODataError) | |
UnauthorizedODataResult(String) |
UnauthorizedODataResult(ODataError)
public UnauthorizedODataResult (Microsoft.OData.ODataError odataError);
new Microsoft.AspNet.OData.Results.UnauthorizedODataResult : Microsoft.OData.ODataError -> Microsoft.AspNet.OData.Results.UnauthorizedODataResult
Public Sub New (odataError As ODataError)
Parameters
- odataError
- ODataError
Applies to
UnauthorizedODataResult(String)
public UnauthorizedODataResult (string message);
new Microsoft.AspNet.OData.Results.UnauthorizedODataResult : string -> Microsoft.AspNet.OData.Results.UnauthorizedODataResult
Public Sub New (message As String)
Parameters
- message
- String