Compartir a través de


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

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

RestartPendingException<T> Clase

Sobrecarga de RestartPendingException<T>

Espacio de nombres Microsoft.SqlServer.Management.Dmf