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 | |
---|---|---|
RegisteredServerException() () () () | Initializes an instance of the RegisteredServerException class. | |
RegisteredServerException(String) | Initializes an instance of the RegisteredServerException class with the specified message. | |
RegisteredServerException(SerializationInfo, StreamingContext) | Initializes an instance of the RegisteredServerException class with the specified serialized object data and contextual information. | |
RegisteredServerException(String, Exception) | Initializes an instance of the RegisteredServerException class with the specified message and inner exception. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | Gets a String value that has a link to additional information about the exception. (Invalida Exception. . :: . .HelpLink.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
ProdVer | Gets a String value that specifies the version of the instance of the Database Engine that raised the exception. | |
RegisteredServerExceptionType | Gets the type of the exception. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
Init | Initializes the properties of a RegisteredServerException object | |
MemberwiseClone | (Se hereda de Object.) | |
SetHelpContext | Sets the help context for the exception. | |
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.