Share via


ODataInnerError.StackTrace Property

 

Gets or sets the stack trace for this error.

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

Syntax

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

Property Value

Type: System.String

The stack trace for this error.

See Also

ODataInnerError Class
Microsoft.OData.Core Namespace

Return to top