IDataErrorInfo.Error 屬性

定義

會收到錯誤訊息,指示這個物件出了什麼問題。

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

屬性值

會跳出錯誤訊息,說明這個物件出了什麼問題。 預設為空字串(“”)。

適用於