This topic has not yet been rated - Rate this topic

InvalidKnowledgeVersionException Class

The exception that is thrown when KnowledgeBuilder is passed a knowledge version that is not supported by KnowledgeBuilder.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class InvalidKnowledgeVersionException : SyncException
/** @attribute SerializableAttribute() */ 
public class InvalidKnowledgeVersionException extends SyncException
SerializableAttribute 
public class InvalidKnowledgeVersionException extends SyncException

This exception is thrown when knowledge data is deserialized by a version of Sync Framework that was released before the version of Sync Framework that was used to serialize the knowledge data.

This exception is also thrown when the serialized knowledge data is not valid or has been corrupted.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidKnowledgeVersionException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)