NewItemMustContainAllFieldsException Class

The exception that is thrown when required fields, such as an item ID, are not set for an item that is being created.

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

Inheritance Hierarchy

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

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

NewItemMustContainAllFieldsException Members
Microsoft.Synchronization Namespace