| Class | Description |
|---|---|
| AErrorModel | This is an abstract model extended by various concrete error model. |
| AErrorView | |
| ErrorControl | This control provides control functionality for views and models responsible for displaying error messages. |
| ErrorDisplayHelper | This helper class allows you to retrieve and display UI error messages. It is implemented as an object rather than static methods so that it can be extended and re-used if necessary. |
| ErrorModel | |
| ErrorView | |
| SinglePageErrorControl | |
| SinglePageErrorModel | |
| SinglePageErrorView | |
| UIError | |
| UIErrorHandler | |
| UIErrorLevel | |
| UIErrorScope |
| Interface | Description |
|---|---|
| IAdminUIErrorHelper | This interface is designed to allow developers to provide their own implementations of whether or not a user can see admin errors. |
| IErrorModelRO |