Compartir a través de


Clase RegisteredServerException

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

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class RegisteredServerException _
    Inherits SqlServerManagementException
'Uso
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

El tipo RegisteredServerException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público RegisteredServerException() () () () Initializes an instance of the RegisteredServerException class.
Método público RegisteredServerException(String) Initializes an instance of the RegisteredServerException class with the specified message.
Método protegido RegisteredServerException(SerializationInfo, StreamingContext) Initializes an instance of the RegisteredServerException class with the specified serialized object data and contextual information.
Método público RegisteredServerException(String, Exception) Initializes an instance of the RegisteredServerException class with the specified message and inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets a String value that has a link to additional information about the exception. (Invalida Exception. . :: . .HelpLink.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad protegidaMiembro estático ProdVer Gets a String value that specifies the version of the instance of the Database Engine that raised the exception.
Propiedad pública RegisteredServerExceptionType Gets the type of the exception.
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido Init Initializes the properties of a RegisteredServerException object
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetHelpContext Sets the help context for the exception.
Método público ToString (Se hereda de Exception.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.