DeploymentFailedException Class

Definition

Represents an exception that occurs during deployment.

[System.Serializable]
public sealed class DeploymentFailedException : Microsoft.SqlServer.Dac.Model.DacModelException
[<System.Serializable>]
type DeploymentFailedException = class
    inherit DacModelException
Public NotInheritable Class DeploymentFailedException
Inherits DacModelException
Inheritance
DeploymentFailedException
Attributes

Constructors

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

Properties

Messages

Get collection of additional error, warning, and informational messages associated with this exception.

(Inherited from DacModelException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Write exception information to the supplied SerializationInfo object.

(Inherited from DacModelException)

Applies to