ActiveReports.Web Request technical support
ExecutionTookTooLongException Class
See Also  Members  


Thrown by GetQueuedReport when report.Run takes longer than the MaxReportRunTime. This is more of an informative exception, nothing critical, just informs the caller that they could display a message to the user that execution is still pending, and to ask again for the report output later.

Syntax

Visual Basic (Declaration) 
Public Class ExecutionTookTooLongException 
   Inherits ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As ExecutionTookTooLongException
C# 
public class ExecutionTookTooLongException : ApplicationException 

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         DataDynamics.ActiveReports.Web.ExecutionTookTooLongException

See Also