LinqDataSourceView::HandleValidationErrors Method (IDictionary<String^, Exception^>^, DataSourceOperation)
.NET Framework (current version)
Handles any exceptions that occur when a data operation fails while a data object is being created.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: virtual void HandleValidationErrors( IDictionary<String^, Exception^>^ errors, DataSourceOperation operation ) override
Parameters
- errors
-
Type:
System.Collections.Generic::IDictionary<String^, Exception^>^
The system-generated, field-specific exceptions that occurred.
- operation
-
Type:
System.Web.UI::DataSourceOperation
The data operation that caused the exception.
.NET Framework
Available since 4.0
Available since 4.0
Show: