Partager via


MissingJobScheduleException Constructors

Definition

Overloads

MissingJobScheduleException()

Base constructor

MissingJobScheduleException(String)

Base constructor

MissingJobScheduleException(String, Exception)

Base constructor

MissingJobScheduleException()

Base constructor

public MissingJobScheduleException ();
Public Sub New ()

Applies to

MissingJobScheduleException(String)

Base constructor

public MissingJobScheduleException (string message);
new Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException : string -> Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException
Public Sub New (message As String)

Parameters

message
String

Applies to

MissingJobScheduleException(String, Exception)

Base constructor

public MissingJobScheduleException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException : string * Exception -> Microsoft.SqlServer.Management.Dmf.MissingJobScheduleException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to