Freigeben über


ItemMustExistException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein Anbieter berichtet, dass ein Element nicht existiert, obwohl die Erstellungsversion des Elements im Wissen dieses Anbieters enthalten ist.

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

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemMustExistException

Threadsicherheit

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

Siehe auch

Verweis

ItemMustExistException-Member
Microsoft.Synchronization-Namespace