Partager via


Classe PropertyNotAvailableException

The exception that is raised when an unavailable property is requested on the connection to the server.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class PropertyNotAvailableException _
    Inherits ConnectionException
'Utilisation
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

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      Microsoft.SqlServer.Management.Common. . :: . .ConnectionException
        Microsoft.SqlServer.Management.Common..::..PropertyNotAvailableException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.