Udostępnij za pośrednictwem


ForgottenKnowledgeNotContainedException Class

The exception that is thrown when a ForgottenKnowledge object is not contained by its associated SyncKnowledge object.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ForgottenKnowledgeNotContainedException

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

ForgottenKnowledgeNotContainedException Members
Microsoft.Synchronization Namespace