Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents an exception that occurs during deployment.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Dac.Model.DacModelException
Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class DeploymentFailedException _
Inherits DacModelException
'Uso
Dim instance As DeploymentFailedException
[SerializableAttribute]
public sealed class DeploymentFailedException : DacModelException
[SerializableAttribute]
public ref class DeploymentFailedException sealed : public DacModelException
[<SealedAttribute>]
[<SerializableAttribute>]
type DeploymentFailedException =
class
inherit DacModelException
end
public final class DeploymentFailedException extends DacModelException
El tipo DeploymentFailedException expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
DeploymentFailedException() | Initializes a new instance of the DeploymentFailedException class. |
![]() |
DeploymentFailedException(String) | Initializes a new instance of the DeploymentFailedException class. |
![]() |
DeploymentFailedException(String, Exception) | Initializes a new instance of the DeploymentFailedException class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Data | (Se hereda de Exception.) |
![]() |
HelpLink | (Se hereda de Exception.) |
![]() |
HResult | (Se hereda de Exception.) |
![]() |
InnerException | (Se hereda de Exception.) |
![]() |
Message | (Se hereda de Exception.) |
![]() |
Messages | Gets the collection of additional error, warning, and informational messages associated with this exception. (Se hereda de DacModelException.) |
![]() |
Source | (Se hereda de Exception.) |
![]() |
StackTrace | (Se hereda de Exception.) |
![]() |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetBaseException | (Se hereda de Exception.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetObjectData | Writes an exception information to the supplied SerializationInfo object. (Se hereda de DacModelException.) |
![]() |
GetType | (Se hereda de Exception.) |
![]() |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)