Messaging.Show(Exception) Method
Displays a message box.
Namespace: DevExpress.ExpressApp.Win.Core
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | A System.Exception object representing an exception to be displayed. |
Remarks
Shows the message box with the “Error” caption, Exception.Message text and “OK” button using the XtraMessageBox.Show method, and then triggers the Messaging.ConfirmationDialogClosed event, if the exception passed is user friendly (IUserFriendlyException). Otherwise, displays the exception dialog form via the ExceptionDialogForm.ShowMessage method.