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