Skip to main content
A newer version of this page is available. .

RichEditUnhandledExceptionEventArgs Class

Provides data for the RichEditControl.UnhandledException event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

[ComVisible(true)]
public class RichEditUnhandledExceptionEventArgs :
    EventArgs

Remarks

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.

Inheritance

Object
EventArgs
RichEditUnhandledExceptionEventArgs
See Also