ODataError.InnerError Property

Gets or sets the implementation specific debugging information to help determine the cause of the error.

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

Syntax

'Declaration
Public Property InnerError As ODataInnerError 
    Get 
    Set
'Usage
Dim instance As ODataError 
Dim value As ODataInnerError 

value = instance.InnerError

instance.InnerError = value
public ODataInnerError InnerError { get; set; }
public:
property ODataInnerError^ InnerError {
    ODataInnerError^ get ();
    void set (ODataInnerError^ value);
}
member InnerError : ODataInnerError with get, set
function get InnerError () : ODataInnerError 
function set InnerError (value : ODataInnerError)

Property Value

Type: Microsoft.Data.OData.ODataInnerError
The implementation specific debugging information.

See Also

Reference

ODataError Class

Microsoft.Data.OData Namespace