Displays an error dialog for any exceptions that occur in a CslaDataProvider. More...
Public Member Functions | |
ErrorDialog () | |
Creates a new instance of the control. More... | |
Static Public Attributes | |
static readonly DependencyProperty | DialogTitleProperty |
Gets or sets the title of the error dialog. More... | |
static readonly DependencyProperty | DialogFirstLineProperty |
Gets or sets the first line of text displayed within the error dialog (before the exception message). More... | |
static readonly DependencyProperty | ShowExceptionDetailProperty |
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message. More... | |
static readonly DependencyProperty | DialogIconProperty |
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message. More... | |
Properties | |
string | DialogTitle [getset] |
Gets or sets the title of the error dialog. More... | |
string | DialogFirstLine [getset] |
Gets or sets the first line of text displayed within the error dialog (before the exception message). More... | |
bool | ShowExceptionDetail [getset] |
Gets or sets the first line of text displayed within the error dialog (before the exception message). More... | |
MessageBoxImage | DialogIcon [getset] |
Gets or sets the icon displayed in the dialog. More... | |
Displays an error dialog for any exceptions that occur in a CslaDataProvider.
Definition at line 19 of file ErrorDialog.cs.
Csla.Xaml.ErrorDialog.ErrorDialog | ( | ) |
Creates a new instance of the control.
Definition at line 24 of file ErrorDialog.cs.
|
static |
Gets or sets the first line of text displayed within the error dialog (before the exception message).
Definition at line 61 of file ErrorDialog.cs.
|
static |
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
Definition at line 105 of file ErrorDialog.cs.
|
static |
Gets or sets the title of the error dialog.
Definition at line 40 of file ErrorDialog.cs.
|
static |
Gets or sets a value indicating whether the dialog should include exception details or just the exception summary message.
Definition at line 83 of file ErrorDialog.cs.
|
getset |
Gets or sets the first line of text displayed within the error dialog (before the exception message).
Definition at line 72 of file ErrorDialog.cs.
|
getset |
Gets or sets the icon displayed in the dialog.
Definition at line 115 of file ErrorDialog.cs.
|
getset |
Gets or sets the title of the error dialog.
Definition at line 50 of file ErrorDialog.cs.
|
getset |
Gets or sets the first line of text displayed within the error dialog (before the exception message).
Definition at line 94 of file ErrorDialog.cs.