DeploymentFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
DeploymentFailedException() |
Initializes a new instance of the DeploymentFailedException class |
DeploymentFailedException(String, Exception) |
Initializes a new instance of the DeploymentFailedException class |
DeploymentFailedException(String) |
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) |