RestartPendingException<T> 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
RestartPendingException<T>() |
Base constructor |
RestartPendingException<T>(String) |
Base constructor |
RestartPendingException<T>(String, Exception) |
Base constructor |
RestartPendingException<T>(String, T, T) |
Constructor |
RestartPendingException<T>()
Base constructor
public RestartPendingException ();
Public Sub New ()
Applies to
RestartPendingException<T>(String)
Base constructor
public RestartPendingException (string message);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T> : string -> Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T>
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RestartPendingException<T>(String, Exception)
Base constructor
public RestartPendingException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T> : string * Exception -> Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T>
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
RestartPendingException<T>(String, T, T)
Constructor
public RestartPendingException (string propertyName, T configValue, T runValue);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T> : string * 'T * 'T -> Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T>
Public Sub New (propertyName As String, configValue As T, runValue As T)
Parameters
- propertyName
- String
- configValue
- T
- runValue
- T