Partager via


Classe RegisteredServerException

The RegisteredServerException enumeration contains values that determine the kind of exception that was generated by the Registered Servers service.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (dans Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class RegisteredServerException _
    Inherits SqlServerManagementException
'Utilisation
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : SqlServerManagementException
[SerializableAttribute]
public ref class RegisteredServerException : public SqlServerManagementException
[<SerializableAttribute>]
type RegisteredServerException =  
    class
        inherit SqlServerManagementException
    end
public class RegisteredServerException extends SqlServerManagementException

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.RegisteredServers..::..RegisteredServerException
        Microsoft.SqlServer.Management.RegisteredServers. . :: . .InvalidSqlServer2005StoreFormatException

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.