AdomdErrorResponseException.Source Property

 

Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception.

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

Syntax

public override string Source { get; }
public:
property String^ Source {
    virtual String^ get() override;
}
override Source : string with get
Public Overrides ReadOnly Property Source As String

Property Value

Type: System.String

A string containing the name of the application or object from the first AdomdError in the Errors collection contained by the exception.

Implements

_Exception.Source

See Also

AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top