class Infragistics.Win.UltraWinGrid.ExcelExport.AsynchronousExportErrorEventArgs
   inherits System.EventArgs:

   def public property DisplayErrorMessage as logical
      get.
      set.

   def public property Exception as System.Exception
      get.

   def public property FileName as character
      get.

   def public property Workbook as Infragistics.Documents.Excel.Workbook
      get.

end class.
