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.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: