ScheduledJobException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown for errors in Scheduled Jobs.
[System.Serializable]
public class ScheduledJobException : SystemException
[<System.Serializable>]
type ScheduledJobException = class
inherit SystemException
Public Class ScheduledJobException
Inherits SystemException
- Inheritance
-
ScheduledJobException
- Attributes
Constructors
ScheduledJobException() |
Creates a new instance of ScheduledJobException class. |
ScheduledJobException(String, Exception) |
Creates a new instance of ScheduledJobException class. |
ScheduledJobException(String) |
Creates a new instance of ScheduledJobException class. |