Classe PropertyNotSetException
The exception that is raised when a process requests a property that has not been set 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..::..PropertyNotSetException
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class PropertyNotSetException _
Inherits ConnectionException
'Uso
Dim instance As PropertyNotSetException
[SerializableAttribute]
public sealed class PropertyNotSetException : ConnectionException
[SerializableAttribute]
public ref class PropertyNotSetException sealed : public ConnectionException
[<SealedAttribute>]
[<SerializableAttribute>]
type PropertyNotSetException =
class
inherit ConnectionException
end
public final class PropertyNotSetException extends ConnectionException
O tipo PropertyNotSetException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PropertyNotSetException() () () () | Initializes a new instance of the PropertyNotSetException class. | |
PropertyNotSetException(String) | Initializes a new instance of the PropertyNotSetException class with the specified message text. | |
PropertyNotSetException(String, Exception) | Initializes a new instance of the PropertyNotSetException 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.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
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.
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.