Click or drag to resize
Infosoft Logo

InvalidSchedulableJobFault Class

A fault indicating that an invalid schedulable job has been given.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.SchedulerInvalidSchedulableJobFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class InvalidSchedulableJobFault
Remarks
This usually indicates that the special "NoJob" value has been passed to one of the scheduler operations.
See Also