Share via


ODataErrorException.Error Property

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.

See Also

Reference

ODataErrorException Class

Microsoft.Data.OData Namespace