CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Windows.BindingErrorEventArgs Class Reference

BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception. More...

Inheritance diagram for Csla.Windows.BindingErrorEventArgs:

Public Member Functions

 BindingErrorEventArgs (Binding? binding, Exception? exception)
 Constructor creates a new BindingErrorEventArgs object instance using the information specified.

Properties

Exception? Exception [get]
 Exception gets the exception that caused the binding error.
Binding? Binding [get]
 Binding gets the binding that caused the exception.

Detailed Description

BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception.

Constructor & Destructor Documentation

◆ BindingErrorEventArgs()

Csla.Windows.BindingErrorEventArgs.BindingErrorEventArgs ( Binding? binding,
Exception? exception )
inline

Constructor creates a new BindingErrorEventArgs object instance using the information specified.

Parameters
bindingThe binding that caused th exception.
exceptionThe exception that caused the error.

Property Documentation

◆ 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: