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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac. . :: . .DeploymentValidationException
Microsoft.SqlServer.Management.Dac..::..ActionNotSupportedException
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class ActionNotSupportedException _
Inherits DeploymentValidationException
'Uso
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
O tipo ActionNotSupportedException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ActionNotSupportedException(Exception) | Initializes an instance of the ActionNotSupportedException class when there was an inner exception that caused this exception. | |
ActionNotSupportedException(String) | Initializes an instance of the ActionNotSupportedException class with a message. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DacExceptionType | Gets the type of the exception. (Herdado de DacException.) | |
Data | (Herdado de Exception.) | |
HelpLink | Gets a string with the URL help link that further explains the exception. (Herdado de DacException.) | |
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.) | |
Init | Initializes provider properties. (Herdado de DacException.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the help context for the help link. (Herdado de DacException.) | |
ToString | (Herdado de Exception.) |
Início
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.