Skip to main content
All docs
V26.1
  • RichEditDecryptionException(RichEditDecryptionError, String) Constructor

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

    Namespace: DevExpress.XtraRichEdit

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

    NuGet Package: DevExpress.RichEdit.Core

    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