RowUpdatedEventArgs.Errors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得執行 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 資料提供者所產生的錯誤。
適用於
另請參閱
- 新增和讀取數據列錯誤資訊
- ADO.NET 概觀 \(部分機器翻譯\)