RestartPendingException<T> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| RestartPendingException<T>() |
Construtor base |
| RestartPendingException<T>(String) |
Construtor base |
| RestartPendingException<T>(String, Exception) |
Construtor base |
| RestartPendingException<T>(String, T, T) |
Construtor |
RestartPendingException<T>()
Construtor base
public RestartPendingException();
Public Sub New ()
Aplica-se a
RestartPendingException<T>(String)
Construtor 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
Aplica-se a
RestartPendingException<T>(String, Exception)
Construtor 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
Aplica-se a
RestartPendingException<T>(String, T, T)
Construtor
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