RichEditInvalidFormatExceptionEventArgs(Exception) Constructor
Initializes a new instance of the RichEditInvalidFormatExceptionEventArgs class with the specified exception.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | Exception | An Exception object representing the exception which caused an event. |
See Also