Partager via


Classe ActionNotSupportedException

The ActionNotSupportedException class is used to raise an exception when the requested data-tier action, such as upgrade or register, is not supported by the version of the Database Engine the application is connected to.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class ActionNotSupportedException _
    Inherits DeploymentValidationException
'Utilisation
Dim instance As ActionNotSupportedException
[SerializableAttribute]
public sealed class ActionNotSupportedException : DeploymentValidationException
[SerializableAttribute]
public ref class ActionNotSupportedException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type ActionNotSupportedException =  
    class
        inherit DeploymentValidationException
    end
public final class ActionNotSupportedException extends DeploymentValidationException

Le type ActionNotSupportedException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ActionNotSupportedException(Exception) Initializes an instance of the ActionNotSupportedException class when there was an inner exception that caused this exception.
Méthode publique ActionNotSupportedException(String) Initializes an instance of the ActionNotSupportedException class with a message.

Haut de la page

Propriétés

  Nom Description
Propriété publique DacExceptionType Gets the type of the exception. (hérité de DacException.)
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink Gets a string with the URL help link that further explains the exception. (hérité de DacException.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée Init Initializes provider properties. (hérité de DacException.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetHelpContext Sets the help context for the help link. (hérité de DacException.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.