共用方式為


AdomdErrorResponseException.Message 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Overrides ReadOnly Property Message As String 
    Get
'用途
Dim instance As AdomdErrorResponseException 
Dim value As String 

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string 
override Message : string
override function get Message () : String

屬性值

型別:System.String
Either a string explaining the reason for the error or an empty string ("") from the first AdomdError in the Errors collection contained by the exception.

實作

_Exception.Message

請參閱

參考

AdomdErrorResponseException 類別

Microsoft.AnalysisServices.AdomdClient 命名空間