RichEditDecryptionException(RichEditDecryptionError, String) Constructor
Initializes a new instance of the RichEditDecryptionException class with the specified settings.’
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
error | RichEditDecryptionError | One of the enumeration members specifying the error type. |
message | String | A string that contains additional information about the error. |
See Also