Skip to main content

SpellCheckerUnhandledExceptionEventArgs(Exception) Constructor

Initializes a new SpellCheckerUnhandledExceptionEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

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