Idioma

MissingJobScheduleException Construtores

Definição

Sobrecargas

MissingJobScheduleException()

Construtor base

public MissingJobScheduleException();
Public Sub New ()

Aplica-se a

MissingJobScheduleException(String)

Construtor base

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

Parâmetros

message
String

Aplica-se a

MissingJobScheduleException(String, Exception)

Construtor base

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)

Parâmetros

message
String
innerException
Exception

Aplica-se a