Freigeben über


NewItemMustContainAllFieldsException-Klasse

Die Ausnahme, die ausgelöst wird, wenn für ein Element, das erstellt wird, Pflichtfelder, 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
[<SerializableAttribute>]
type NewItemMustContainAllFieldsException =  
    class
        inherit SimpleProvidersException
    end
public class NewItemMustContainAllFieldsException extends SimpleProvidersException

Vererbungshierarchie

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

Threadsicherheit

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