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 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.