BindingManagerDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataError event.
- C#
- VB.NET
public class BindingManagerDataErrorEventArgs : EventArgs
Public Class BindingManagerDataErrorEventArgs
Inherits EventArgs
Constructors
BindingManagerDataErrorEventArgs(exception)
Initializes a new instance of the BindingManagerDataErrorEventArgs class.
| Name | Type | Description |
|---|---|---|
| exception | Exception | The Exception that occurred in the binding process. |
Properties
Exception
Exception: Returns the Exception caught in the binding process.
Used By
| Name | Description |
|---|---|
| BindingManagerDataErrorEventHandler | Represents the method that will handle the DataError event. |