次の方法で共有


ScheduledJobException Class

Definition

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)

Creates a new instance of ScheduledJobException class.

ScheduledJobException(String, Exception)

Creates a new instance of ScheduledJobException class.

Applies to