Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
The exception that is raised when an unavailable property is requested on the connection to the server.
Hierarquia de herança
System.Object
System.Exception
System.SystemException
Microsoft.SqlServer.Management.Common.ConnectionException
Microsoft.SqlServer.Management.Common.PropertyNotAvailableException
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<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
O tipo PropertyNotAvailableException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
PropertyNotAvailableException() | Initializes a new instance of the PropertyNotAvailableException class. |
![]() |
PropertyNotAvailableException(String) | Initializes a new instance of the PropertyNotAvailableException class with the specified message text. |
![]() |
PropertyNotAvailableException(String, Exception) | Initializes a new instance of the PropertyNotAvailableException class with the specified message text and inner exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de Exception.) |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | Segurança crítica. (Herdado de Exception.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.