RichEditDecryptionException(RichEditDecryptionError, String) Constructor
Initializes a new instance of the RichEditDecryptionException class with the specified settings.’
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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