Constructeur RestartPendingException<T> (String, T, T)
Initializes a new instance of the RestartPendingException class that has the specified property and its configuration and run values.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
propertyName As String, _
configValue As T, _
runValue As T _
)
'Utilisation
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
)
Paramètres
- propertyName
Type : System.String
A String value that specifies the name of the property.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemples
Voir aussi
Référence
RestartPendingException<T> Classe