Partager via


Classe InvalidPropertyValueException

The exception that is raised when a property is set to a value that is not valid on the referenced 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 InvalidPropertyValueException _
    Inherits ConnectionException
'Utilisation
Dim instance As InvalidPropertyValueException
[SerializableAttribute]
public sealed class InvalidPropertyValueException : ConnectionException
[SerializableAttribute]
public ref class InvalidPropertyValueException sealed : public ConnectionException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidPropertyValueException =  
    class
        inherit ConnectionException
    end
public final class InvalidPropertyValueException 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..::..InvalidPropertyValueException

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.