Classe RestartPendingException(T)
The RestartPendingException class is an exception that is raised when an error occurs when a system restart is pending.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class RestartPendingException(Of T) _
Inherits RestartPendingException
'Utilisation
Dim instance As RestartPendingException(Of T)
[SerializableAttribute]
public sealed class RestartPendingException<T> : RestartPendingException
[SerializableAttribute]
generic<typename T>
public ref class RestartPendingException sealed : public RestartPendingException
[<SealedAttribute>]
[<SerializableAttribute>]
type RestartPendingException<'T> =
class
inherit RestartPendingException
end
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
Microsoft.SqlServer.Management.Dmf. . :: . .RestartPendingException
Microsoft.SqlServer.Management.Dmf..::..RestartPendingException<(Of <(<'T>)>)>
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.