asp.net.ph

RowUpdatingEventArgs.Errors Property

System.Data.Common Namespace   RowUpdatingEventArgs Class


Returns the errors generated by the .NET data provider when the Command was executed.

[ VB ]
Public Property Errors As Exception

[ C# ]
public Exception Errors {get; set;}

[ C++ ]
public: __property Exception* get_Errors ( );
public: __property void set_Errors ( Exception* );

[ JScript ]
public function get Errors ( ) : Exception;
public function set Errors ( Exception );

Property Value

The errors generated by the .NET data provider when the Command was executed.

See Also

RowUpdatingEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note