TextExpressionCompilerError.Message プロパティ

定義

エラーに関する情報を含むメッセージを取得または設定します。

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

プロパティ値

エラーに関する情報を格納しているメッセージ。

適用対象