Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The exception that is thrown when a provider reports that an item does not exist, although the creation version of the item is contained in the knowledge from that provider.
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
Inheritance Hierarchy
System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemMustExistException
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
ItemMustExistException Members
Microsoft.Synchronization Namespace