Skip to main content

RichEditDecryptionException(RichEditDecryptionError, String) Constructor

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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