AnchorException 类
与定位点相关的错误(包括未能返回定位点)所引发的异常。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<SerializableAttribute> _
Public Class AnchorException
Inherits DataSyncException
用法
Dim instance As AnchorException
[SerializableAttribute]
public class AnchorException : DataSyncException
[SerializableAttribute]
public ref class AnchorException : public DataSyncException
/** @attribute SerializableAttribute() */
public class AnchorException extends DataSyncException
SerializableAttribute
public class AnchorException extends DataSyncException
继承层次结构
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.Data.DataSyncException
Microsoft.Synchronization.Data.AnchorException
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。