KnowledgeDecreasedUnexpectedlyException Class

The exception that is thrown when synchronization knowledge decreases unexpectedly.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class KnowledgeDecreasedUnexpectedlyException
    Inherits SyncException
'Usage
Dim instance As KnowledgeDecreasedUnexpectedlyException
[SerializableAttribute] 
public class KnowledgeDecreasedUnexpectedlyException : SyncException
[SerializableAttribute] 
public ref class KnowledgeDecreasedUnexpectedlyException : public SyncException
/** @attribute SerializableAttribute() */ 
public class KnowledgeDecreasedUnexpectedlyException extends SyncException
SerializableAttribute 
public class KnowledgeDecreasedUnexpectedlyException extends SyncException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.KnowledgeDecreasedUnexpectedlyException

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

KnowledgeDecreasedUnexpectedlyException Members
Microsoft.Synchronization Namespace