SpreadsheetDecryptionException(SpreadsheetDecryptionError, String) Constructor
In This Article
Initializes a new instance of the SpreadsheetDecryptionException class with the specified settings.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public SpreadsheetDecryptionException(
SpreadsheetDecryptionError error,
string message
)
#Parameters
Name | Type | Description |
---|---|---|
error | Spreadsheet |
An Spreadsheet |
message | String | A string that contains additional information about the error. |
See Also