RestartPendingException<T> Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| RestartPendingException<T>() |
Constructor base |
| RestartPendingException<T>(String) |
Constructor base |
| RestartPendingException<T>(String, Exception) |
Constructor base |
| RestartPendingException<T>(String, T, T) |
Constructor |
RestartPendingException<T>()
Constructor base
public RestartPendingException();
Public Sub New ()
Se aplica a
RestartPendingException<T>(String)
Constructor base
public RestartPendingException(string message);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T> : string -> Microsoft.SqlServer.Management.Dmf.RestartPendingException<'T>
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
RestartPendingException<T>(String, Exception)
Constructor base
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)
Parámetros
- message
- String
- innerException
- Exception
Se aplica a
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)
Parámetros
- propertyName
- String
- configValue
- T
- runValue
- T