Version

SynchronousExportErrorEventArgs Class Members

The following tables list the members exposed by SynchronousExportErrorEventArgs.

Public Properties
 NameDescription
Public PropertyDisplayErrorMessageGets or sets whether an error dialog will be displayed by the UltraGridExcelExporter. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs)
Public PropertyExceptionThe 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)
Public PropertyThrowExceptionGets 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.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs)
Protected Properties
 NameDescription
Protected PropertyDisplayErrorMessageDefaultOverridden. Synchronous export errors do not display an error message by default.  
See Also