Version

AsynchronousExportErrorEventArgs Class Members

The following tables list the members exposed by AsynchronousExportErrorEventArgs.

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 PropertyFileNameThe filename specified to the AsynchExport method.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExportErrorEventArgs)
Protected Properties
 NameDescription
Protected PropertyDisplayErrorMessageDefaultOverridden. Asynchronous export errors display an error message by default.  
See Also