KnowledgeDecreasedUnexpectedlyException-Klasse

Die Ausnahme, die ausgelöst wird, wenn das Synchronisierungswissen unerwartet reduziert wird.

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

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Verweis

KnowledgeDecreasedUnexpectedlyException-Member

Microsoft.Synchronization-Namespace