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

SpellCheckerUnhandledExceptionEventArgs(Exception) Constructor

Initializes a new SpellCheckerUnhandledExceptionEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public SpellCheckerUnhandledExceptionEventArgs(
    Exception e
)

Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also