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.
Gets or sets the ODataError instance representing the error read from the payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property Error As ODataError
Get
'Usage
Dim instance As ODataErrorException
Dim value As ODataError
value = instance.Error
public ODataError Error { get; }
public:
property ODataError^ Error {
ODataError^ get ();
}
member Error : ODataError
function get Error () : ODataError
Property Value
Type: Microsoft.Data.OData.ODataError
The ODataError instance representing the error read from the payload.