The following tables list the members exposed by SynchronousExportErrorEventArgs.
| Name | Description | |
|---|---|---|
![]() | DisplayErrorMessage | Gets or sets whether an error dialog will be displayed by the UltraGridExcelExporter. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs) |
![]() | Exception | The exception that occurred during the export process, or null if the error was not caused by an exception. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs) |
![]() | ThrowException | Gets or sets whether the exception will be rethrown after the event fires. The default is true, which preserves backward compatibility. Set to false to suppress the exception and allow the application to continue. |
![]() | Workbook | Exporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs) |
| Name | Description | |
|---|---|---|
![]() | DisplayErrorMessageDefault | Overridden. Synchronous export errors do not display an error message by default. |