SymbolResult.ErrorMessage プロパティ

定義

このシンボルの結果のエラー メッセージ。

public:
 property System::String ^ ErrorMessage { System::String ^ get(); void set(System::String ^ value); };
public string? ErrorMessage { get; set; }
member this.ErrorMessage : string with get, set
Public Property ErrorMessage As String

プロパティ値

注釈

解析中にこの値を 非null に設定すると、パーサーはユーザーのエラーを示し、コマンド ラインの呼び出しを防ぎます。

適用対象