Wisej.Web.BindingManagerDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the DataError event.
Initializes a new instance of the BindingManagerDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
Exception: Returns the Exception caught in the binding process.
Name | Description |
---|---|
exception
The Exception that occurred in the binding process.
Represents the method that will handle the DataError event.