Lenguaje

MissingJobScheduleException Constructores

Definición

Sobrecargas

Nombre Description
MissingJobScheduleException()

Constructor base

MissingJobScheduleException(String)

Constructor base

MissingJobScheduleException(String, Exception)

Constructor base

MissingJobScheduleException()

Constructor base

public MissingJobScheduleException();
Public Sub New ()

Se aplica a

MissingJobScheduleException(String)

Constructor 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

Se aplica a

MissingJobScheduleException(String, Exception)

Constructor 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

Se aplica a