Share via


AdomdError.CallStack Property

Gets the call stack for the AdomdError.

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

Syntax

'Declaration
Public ReadOnly Property CallStack As String 
    Get
'Usage
Dim instance As AdomdError 
Dim value As String 

value = instance.CallStack
public string CallStack { get; }
public:
property String^ CallStack {
    String^ get ();
}
member CallStack : string
function get CallStack () : String

Property Value

Type: System.String
The call stack for the AdomdError.

See Also

Reference

AdomdError Class

Microsoft.AnalysisServices.AdomdClient Namespace