DeploymentFailedException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示部署期间发生的异常。
[System.Serializable]
public sealed class DeploymentFailedException : Microsoft.SqlServer.Dac.Model.DacModelException
[<System.Serializable>]
type DeploymentFailedException = class
inherit DacModelException
Public NotInheritable Class DeploymentFailedException
Inherits DacModelException
- 继承
- 属性
构造函数
属性
| 名称 | 说明 |
|---|---|
| Messages |
获取与此异常关联的其他错误、警告和信息性消息的集合。 (继承自 DacModelException) |
方法
| 名称 | 说明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
将异常信息写入所提供的 SerializationInfo 对象。 (继承自 DacModelException) |