Share via


ODataError.InnerError Property

Definition

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

public Microsoft.OData.ODataInnerError InnerError { get; set; }
member this.InnerError : Microsoft.OData.ODataInnerError with get, set
Public Property InnerError As ODataInnerError

Property Value

The implementation specific debugging information.

Applies to