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

DecryptionFailedEventArgs(RichEditDecryptionException) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public DecryptionFailedEventArgs(
    RichEditDecryptionException e
)

Parameters

Name Type Description
e RichEditDecryptionException

One of the RichEditDecryptionException enumeration members, indicating the decryption exception.

See Also