Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an exception that occurs during deployment.
Inheritance Hierarchy
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
The DeploymentFailedException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Messages | Gets the collection of additional error, warning, and informational messages associated with this exception. (Inherited from DacModelException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Writes an exception information to the supplied SerializationInfo object. (Inherited from DacModelException.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.