Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditDecryptionException.Error Property

Provides access to an object containing information about the error that occurs while attempting to decrypt a document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public RichEditDecryptionError Error { get; }

Property Value

Type Description
RichEditDecryptionError

An RichEditDecryptionError object containing information about an error.

See Also