ItemHasNoVersionDataException Class
The exception that is thrown when an ItemChange object does not have the version data that is requested.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ItemHasNoVersionDataException
Inherits SyncException
'Usage
Dim instance As ItemHasNoVersionDataException
[SerializableAttribute]
public class ItemHasNoVersionDataException : SyncException
[SerializableAttribute]
public ref class ItemHasNoVersionDataException : public SyncException
/** @attribute SerializableAttribute() */
public class ItemHasNoVersionDataException extends SyncException
SerializableAttribute
public class ItemHasNoVersionDataException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.ItemHasNoVersionDataException
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
ItemHasNoVersionDataException Members
Microsoft.Synchronization Namespace