AdomdError.Message Property

 

Gets the error message of the AdomdError.

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

Syntax

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

Property Value

Type: System.String

A String that contains the error text and description returned by the component or object that generated the error.

See Also

AdomdError Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top