Compartilhar via


Construtor RestartPendingException<T> (String, T, T)

Initializes a new instance of the RestartPendingException class that has the specified property and its configuration and run values.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    propertyName As String, _
    configValue As T, _
    runValue As T _
)
'Uso
Dim propertyName As String 
Dim configValue As T
Dim runValue As T

Dim instance As New RestartPendingException(propertyName, _
    configValue, runValue)
public RestartPendingException(
    string propertyName,
    T configValue,
    T runValue
)
public:
RestartPendingException(
    String^ propertyName, 
    T configValue, 
    T runValue
)
new : 
        propertyName:string * 
        configValue:'T * 
        runValue:'T -> RestartPendingException
public function RestartPendingException(
    propertyName : String, 
    configValue : T, 
    runValue : T
)

Parâmetros

  • configValue
    Tipo: T
    A String value that specifies the configuration value of the property.
  • runValue
    Tipo: T
    A String value that specifies the run value of the property.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

RestartPendingException<T> Classe

Sobrecarregado RestartPendingException<T>

Namespace Microsoft.SqlServer.Management.Dmf