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 データ プロバイダーによって生成されるエラー。

適用対象

こちらもご覧ください