Skip to main content

SpreadsheetDecryptionException(SpreadsheetDecryptionError, String) Constructor

Initializes a new instance of the SpreadsheetDecryptionException class with the specified settings.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SpreadsheetDecryptionException(
    SpreadsheetDecryptionError error,
    string message
)

Parameters

Name Type Description
error SpreadsheetDecryptionError

An SpreadsheetDecryptionError enumeration member specifying the error type.

message String

A string that contains additional information about the error.

See Also