Back to Devexpress

RichEditUnhandledExceptionEventArgs.Exception Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditunhandledexceptioneventargs-6cd84722.md

latest1.4 KB
Original Source

RichEditUnhandledExceptionEventArgs.Exception Property

Gets the exception which triggers the UnhandledException event.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public Exception Exception { get; }
vb
Public ReadOnly Property Exception As Exception

Property Value

TypeDescription
Exception

An Exception object representing an exception which caused the event.

|

Remarks

Use the Exception property to get information on the exception not handled by the RichEditControl.

See Also

RichEditUnhandledExceptionEventArgs Class

RichEditUnhandledExceptionEventArgs Members

DevExpress.XtraRichEdit Namespace