C# Class Habanero.Faces.Win.MultipleAsyncOperationException

Provides a combination of read-only grid, filter and buttons used to edit a collection of business objects.
Adding, editing and deleting objects is done by clicking the available buttons in the button control (accessed through the Buttons property). By default, this uses of a popup form for editing of the object, as defined in the "form" element of the class definitions for that object. You can override the editing controls using the BusinessObjectEditor/Creator/Deletor properties in this class.
A filter control is placed above the grid and is used to filter which rows are shown.
Inheritance: System.Exception
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
MultipleAsyncOperationException ( string message ) : System

Exception thrown when the application developer allows multiple synchronous async calls to the grid (which would result in, at best, oddness)

Method Details

MultipleAsyncOperationException() public method

Exception thrown when the application developer allows multiple synchronous async calls to the grid (which would result in, at best, oddness)
public MultipleAsyncOperationException ( string message ) : System
message string
return System