BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception.
More...
|
| Exception? | Exception [get] |
| | Exception gets the exception that caused the binding error.
|
| Binding? | Binding [get] |
| | Binding gets the binding that caused the exception.
|
BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception.
◆ BindingErrorEventArgs()
| Csla.Windows.BindingErrorEventArgs.BindingErrorEventArgs |
( |
Binding? | binding, |
|
|
Exception? | exception ) |
|
inline |
Constructor creates a new BindingErrorEventArgs object instance using the information specified.
- Parameters
-
| binding | The binding that caused th exception. |
| exception | The exception that caused the error. |
◆ Binding
| Binding? Csla.Windows.BindingErrorEventArgs.Binding |
|
get |
Binding gets the binding that caused the exception.
◆ Exception
| Exception? Csla.Windows.BindingErrorEventArgs.Exception |
|
get |
Exception gets the exception that caused the binding error.
The documentation for this class was generated from the following file: