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

RichEditClipboardSetDataExceptionEventArgs(Exception) Constructor

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public RichEditClipboardSetDataExceptionEventArgs(
    Exception e
)

Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also