Freigeben über


ForgottenKnowledgeNotContainedException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein ForgottenKnowledge-Objekt nicht in seinem zugeordneten SyncKnowledge-Objekt enthalten ist.

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
[<SerializableAttribute>]
type ForgottenKnowledgeNotContainedException =  
    class
        inherit SyncException
    end
public class ForgottenKnowledgeNotContainedException extends SyncException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ForgottenKnowledgeNotContainedException-Member

Microsoft.Synchronization-Namespace