Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads an ODataError as the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function ReadError As ODataError
'Usage
Dim instance As ODataMessageReader
Dim returnValue As ODataError
returnValue = instance.ReadError()
public ODataError ReadError()
public:
ODataError^ ReadError()
member ReadError : unit -> ODataError
public function ReadError() : ODataError
Return Value
Type: Microsoft.Data.OData.ODataError
The ODataError read from the message payload.