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 可以是任意长度的字符串。

适用于