Share via


ODataError.InnerError Property

 

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

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

Syntax

public ODataInnerError InnerError {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property ODataInnerError^ InnerError {
    [CompilerGeneratedAttribute]
    ODataInnerError^ get();
    [CompilerGeneratedAttribute]
    void set(ODataInnerError^ value);
}
member InnerError : ODataInnerError with get, set
Public Property InnerError As ODataInnerError

Property Value

Type: Microsoft.OData.Core.ODataInnerError

The implementation specific debugging information.

See Also

ODataError Class
Microsoft.OData.Core Namespace

Return to top