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.v18.2.Core.dll

Declaration

public SpellCheckerUnhandledExceptionEventArgs(
    Exception e
)

Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also