Share via


DeploymentFailedException Class

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
Public method DeploymentFailedException() Initializes a new instance of the DeploymentFailedException class.
Public method DeploymentFailedException(String) Initializes a new instance of the DeploymentFailedException class.
Public method DeploymentFailedException(String, Exception) Initializes a new instance of the DeploymentFailedException class.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Messages Gets the collection of additional error, warning, and informational messages associated with this exception. (Inherited from DacModelException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Writes an exception information to the supplied SerializationInfo object. (Inherited from DacModelException.)
Public method GetType (Inherited from Exception.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac.Deployment Namespace