Freigeben über


NewItemMustContainAllFieldsException-Klasse

Die Ausnahme, die ausgelöst wird, wenn für ein Element, das erstellt wird, erforderliche Felder, z. B. Element-ID, nicht festgelegt werden.

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

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.SimpleProvidersException
        Microsoft.Synchronization.NewItemMustContainAllFieldsException

Threadsicherheit

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

Siehe auch

Verweis

NewItemMustContainAllFieldsException-Member
Microsoft.Synchronization-Namespace