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

RichEditDecryptionException(RichEditDecryptionError, String) Constructor

Initializes a new instance of the RichEditDecryptionException class with the specified settings.’

Namespace: DevExpress.XtraRichEdit

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

Declaration

public RichEditDecryptionException(
    RichEditDecryptionError error,
    string message
)

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