Sprache

MissingJobScheduleException Konstruktoren

Definition

Überlädt

MissingJobScheduleException()

Basiskonstruktor

public MissingJobScheduleException();
Public Sub New ()

Gilt für:

MissingJobScheduleException(String)

Basiskonstruktor

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

Parameter

message
String

Gilt für:

MissingJobScheduleException(String, Exception)

Basiskonstruktor

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)

Parameter

message
String
innerException
Exception

Gilt für: