Skip to main content

RichEditUnhandledExceptionEventArgs(Exception) Constructor

Initializes a new instance of the RichEditUnhandledExceptionEventArgs class with the specified exception.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public RichEditUnhandledExceptionEventArgs(
    Exception e
)

Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also