IDataErrorInfo.Error 属性

定义

获取一条错误消息,指示此对象存在错误。

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

属性值

一条错误消息,指示此对象出现错误。 默认值为空字符串(“)。

适用于