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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (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