Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents an exception that occurs during deployment.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Dac.Model.DacModelException
Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DeploymentFailedException _
Inherits DacModelException
'Usage
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
Der DeploymentFailedException-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Data | (Geerbt von Exception.) |
![]() |
HelpLink | (Geerbt von Exception.) |
![]() |
HResult | (Geerbt von Exception.) |
![]() |
InnerException | (Geerbt von Exception.) |
![]() |
Message | (Geerbt von Exception.) |
![]() |
Messages | Gets the collection of additional error, warning, and informational messages associated with this exception. (Geerbt von DacModelException.) |
![]() |
Source | (Geerbt von Exception.) |
![]() |
StackTrace | (Geerbt von Exception.) |
![]() |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetBaseException | (Geerbt von Exception.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetObjectData | Writes an exception information to the supplied SerializationInfo object. (Geerbt von DacModelException.) |
![]() |
GetType | (Geerbt von Exception.) |
![]() |
ToString | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)