JobAlreadyRunningException Class |
The exception that is thrown when a job cannot be run because it is already running.
Inheritance Hierarchy
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public class JobAlreadyRunningException : Exception
Public Class JobAlreadyRunningException
Inherits Exception
public ref class JobAlreadyRunningException : public Exception
type JobAlreadyRunningException =
class
inherit Exception
end
See Also