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.Core.INotifyUnhandledAsyncException Interface Reference

Implemented by an object that perfoms asynchronous operations that may raise exceptions. More...

Inheritance diagram for Csla.Core.INotifyUnhandledAsyncException:
Csla.Core.INotifyBusy Csla.IBusinessListBase< C > Csla.IReadOnlyBase Csla.IReadOnlyListBase< C > Csla.BusinessBindingListBase< T, C > Csla.BusinessListBase< T, C > Csla.Core.BusinessBase Csla.Core.ExtendedBindingList< T > Csla.Core.ITrackStatus Csla.Core.ObservableBindingList< T > Csla.IBusinessBase Csla.IBusinessListBase< C > Csla.IReadOnlyBase Csla.IReadOnlyListBase< C > Csla.ReadOnlyBase< T > Csla.BusinessListBase< T, C > Csla.ReadOnlyBase< T > Csla.Security.ICslaIdentity Csla.ReadOnlyListBase< T, C >

Events

EventHandler< ErrorEventArgsUnhandledAsyncException
 Event indicating that an exception occurred during an asynchronous operation. More...
 

Detailed Description

Implemented by an object that perfoms asynchronous operations that may raise exceptions.

Definition at line 19 of file INotifyUnhandledAsyncException.cs.

Event Documentation

◆ UnhandledAsyncException

EventHandler<ErrorEventArgs> Csla.Core.INotifyUnhandledAsyncException.UnhandledAsyncException

Event indicating that an exception occurred during an asynchronous operation.

Definition at line 25 of file INotifyUnhandledAsyncException.cs.