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