SpreadsheetDecryptionException(SpreadsheetDecryptionError, String) Constructor
Initializes a new instance of the SpreadsheetDecryptionException class with the specified settings.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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