officefileapi-devexpress-dot-xtrarichedit-ea9732ec.md
Provides data for the RichEditControl.UnhandledException event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class RichEditUnhandledExceptionEventArgs :
EventArgs
<ComVisible(True)>
Public Class RichEditUnhandledExceptionEventArgs
Inherits EventArgs
RichEditUnhandledExceptionEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | RichEditControl.UnhandledException |
| WPF Controls | RichEditControl.UnhandledException |
| Office File API | RichEditDocumentServer.UnhandledException |
Set the RichEditUnhandledExceptionEventArgs.Handled property to true , to stop exception propagation. Use the RichEditUnhandledExceptionEventArgs.Exception property, to get information on the exception that triggered this event.
Object EventArgs RichEditUnhandledExceptionEventArgs
See Also