SpreadsheetInvalidFormatExceptionEventArgs(Exception, String) Constructor
Initializes a new instance of the SpreadsheetInvalidFormatExceptionEventArgs class with the specified exception and source URI value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | Exception | A Exception object specifying an exception that caused the event. |
sourceUri | String | A String value specifying the URI of the document that caused the error. |
Remarks
The SpreadsheetInvalidFormatExceptionEventArgs instance is created automatically and passed to the handler of the SpreadsheetControl.InvalidFormatException event.
See Also