XmlaError.CallStack Property

 

Applies To: SQL Server (starting with 2016)

Gets the call stack of the current error.

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

Syntax

public string CallStack { get; }
public:
property String^ CallStack {
    String^ get();
}
member CallStack : string with get
Public ReadOnly Property CallStack As String

Property Value

Type: System.String

The call stack of the current error.

See Also

XmlaError Class
Microsoft.AnalysisServices Namespace

Return to top