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
スレッド セーフ
この型の public static (Visual Basic では Shared ) メンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。