CompilerError.ErrorText 屬性

定義

取得或設定錯誤訊息的文字。

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

屬性值

錯誤訊息的文字。

備註

屬性 ErrorText 可以是任何長度的字串。

適用於