AnchorException Class

The exception that is thrown for errors related to anchors, including the failure to return an anchor.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AnchorException
    Inherits DataSyncException
'Usage
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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.Data.DataSyncException
        Microsoft.Synchronization.Data.AnchorException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AnchorException Members
Microsoft.Synchronization.Data Namespace