ReplicationAgentContainerWithWatsonException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示当托管代码复制代理使用 Watson 生成一个或多个错误时抛出的异常。
public ref class ReplicationAgentContainerWithWatsonException sealed : Microsoft::SqlServer::Replication::ReplicationAgentContainerException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReplicationAgentContainerWithWatsonException : Microsoft.SqlServer.Replication.ReplicationAgentContainerException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReplicationAgentContainerWithWatsonException = class
inherit ReplicationAgentContainerException
Public NotInheritable Class ReplicationAgentContainerWithWatsonException
Inherits ReplicationAgentContainerException
- 继承
-
ReplicationAgentContainerWithWatsonException
- 属性
构造函数
属性
| 名称 | 说明 |
|---|---|
| ExceptionCollection |
获取复制代理返回的异常对象集合。 (继承自 ReplicationAgentContainerException) |
| FlatExceptionCollection |
获取通过 IEnumerable 该接口访问的异常对象集合。 (继承自 ReplicationAgentContainerException) |
| MessageCode |
获取底层错误的错误代码。 (继承自 ReplicationAgentException) |
方法
| 名称 | 说明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
设置指定 SerializationInfo 值并附带关于例外的信息。 (继承自 ReplicationAgentContainerException) |