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)
override HandleValidationErrors : errors:IDictionary<string, Exception> * operation:DataSourceOperation -> unit
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: