CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. 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...
 

Detailed Description

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

Definition at line 338 of file BindingSourceRefresh.cs.

Constructor & Destructor Documentation

◆ BindingErrorEventArgs()

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

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

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

Definition at line 375 of file BindingSourceRefresh.cs.

Property Documentation

◆ Binding

Binding Csla.Windows.BindingErrorEventArgs.Binding
get

Binding gets the binding that caused the exception.

Definition at line 361 of file BindingSourceRefresh.cs.

◆ Exception

Exception Csla.Windows.BindingErrorEventArgs.Exception
get

Exception gets the exception that caused the binding error.

Definition at line 353 of file BindingSourceRefresh.cs.