Share via


ODataMessageReader.ReadError Method ()

 

Reads an ODataError as the message payload.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public ODataError ReadError()
public:
ODataError^ ReadError()
member ReadError : unit -> ODataError
Public Function ReadError As ODataError

Return Value

Type: Microsoft.OData.Core.ODataError

The ODataError read from the message payload.

See Also

ODataMessageReader Class
Microsoft.OData.Core Namespace

Return to top