Skip to main content
A newer version of this page is available. .

SpreadsheetDecryptionException(SpreadsheetDecryptionError, String) Constructor

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

Namespace: DevExpress.XtraSpreadsheet

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

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