MissingJobScheduleException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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