Back to Devexpress

SpellCheckerUnhandledExceptionEventArgs.Exception Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerunhandledexceptioneventargs.md

latest1.6 KB
Original Source

SpellCheckerUnhandledExceptionEventArgs.Exception Property

Gets the exception which triggers the SpellCheckerBase.UnhandledException event.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.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 SpellChecker.

See Also

SpellCheckerUnhandledExceptionEventArgs Class

SpellCheckerUnhandledExceptionEventArgs Members

DevExpress.XtraSpellChecker Namespace