Clase PropertyNotAvailableException
La excepción que se inicia cuando se solicita una propiedad no disponible en la conexión al servidor.
Jerarquía de herencia
Object
Exception
SystemException
Microsoft.SqlServer.Management.Common.ConnectionException
Microsoft.SqlServer.Management.Common.PropertyNotAvailableException
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class PropertyNotAvailableException _
Inherits ConnectionException
'Uso
Dim instance As PropertyNotAvailableException
[SerializableAttribute]
public sealed class PropertyNotAvailableException : ConnectionException
[SerializableAttribute]
public ref class PropertyNotAvailableException sealed : public ConnectionException
[<SealedAttribute>]
[<SerializableAttribute>]
type PropertyNotAvailableException =
class
inherit ConnectionException
end
public final class PropertyNotAvailableException extends ConnectionException
El tipo PropertyNotAvailableException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PropertyNotAvailableException() | Inicializa una nueva instancia de la clase PropertyNotAvailableException. | |
PropertyNotAvailableException(String) | Inicializa una nueva instancia de la clase PropertyNotAvailableException con el texto de mensaje especificado. | |
PropertyNotAvailableException(String, Exception) | Inicializa una nueva instancia de la clase PropertyNotAvailableException con el texto de mensaje y la excepción interna especificados. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de 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.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
ToString | (Se hereda de Exception.) |
Arriba
Comentarios
Seguridad para subprocesos
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Ejemplos
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.