Represents an error that a specific Type is about to be instantiated by the PersistenceFramework, however it is not added in its AllowedTypes collection.
Definition
Namespace:Telerik.Windows.PersistenceFramework
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public class UnauthorizedDeserializationException : Exception, ISerializable
Inheritance: objectExceptionUnauthorizedDeserializationException
Implements:
Inherited Members
Constructors
Initializes a new instance of the UnauthorizedDeserializationException class.
C#
public UnauthorizedDeserializationException(string message)
The exception message.