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) |