BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception. More...
Public Member Functions | |
BindingErrorEventArgs (Binding binding, Exception exception) | |
Constructor creates a new BindingErrorEventArgs object instance using the information specified. More... | |
Properties | |
Exception | Exception [get] |
Exception gets the exception that caused the binding error. More... | |
Binding | Binding [get] |
Binding gets the binding that caused the exception. More... | |
BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception.
Definition at line 338 of file BindingSourceRefresh.cs.
Constructor creates a new BindingErrorEventArgs object instance using the information specified.
binding | The binding that caused th exception. |
exception | The exception that caused the error. |
Definition at line 375 of file BindingSourceRefresh.cs.
|
get |
Binding gets the binding that caused the exception.
Definition at line 361 of file BindingSourceRefresh.cs.
|
get |
Exception gets the exception that caused the binding error.
Definition at line 353 of file BindingSourceRefresh.cs.