RestartPendingException<T> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| RestartPendingException<T>() |
Constructeur de base |
| RestartPendingException<T>(String) |
Constructeur de base |
| RestartPendingException<T>(String, Exception) |
Constructeur de base |
| RestartPendingException<T>(String, T, T) |
Constructor |
RestartPendingException<T>()
Constructeur de base
public RestartPendingException();
Public Sub New ()
S’applique à
RestartPendingException<T>(String)
Constructeur de 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)
Paramètres
- message
- String
S’applique à
RestartPendingException<T>(String, Exception)
Constructeur de 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)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
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)
Paramètres
- propertyName
- String
- configValue
- T
- runValue
- T