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
[<SerializableAttribute>]
type AnchorException =
class
inherit DataSyncException
end
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) のメンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。