RowUpdatedEventArgs.Errors 屬性

定義

執行 Command 時,.NET 資料提供者產生的任何錯誤。

public:
 property Exception ^ Errors { Exception ^ get(); void set(Exception ^ value); };
public Exception Errors { get; set; }
member this.Errors : Exception with get, set
Public Property Errors As Exception

屬性值

當執行 Command 時,.NET資料提供者所產生的錯誤。

適用於

另請參閱