RowUpdatingEventArgs.Errors 屬性

定義

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

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

屬性值

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

適用於

另請參閱