MissingJobScheduleException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| MissingJobScheduleException() |
Konstruktor dasar |
| MissingJobScheduleException(String) |
Konstruktor dasar |
| MissingJobScheduleException(String, Exception) |
Konstruktor dasar |
MissingJobScheduleException()
Konstruktor dasar
public MissingJobScheduleException();
Public Sub New ()
Berlaku untuk
MissingJobScheduleException(String)
Konstruktor dasar
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
Berlaku untuk
MissingJobScheduleException(String, Exception)
Konstruktor dasar
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