次の方法で共有


OperationException.Message プロパティ

例外メッセージを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Overrides ReadOnly Property Message As String 
    Get
'使用
Dim instance As OperationException 
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
例外メッセージです。

実装

_Exception.Message

関連項目

参照

OperationException クラス

Microsoft.AnalysisServices 名前空間