ClassUnauthorizedDeserializationException
Class
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:
cs-api-definition
public class UnauthorizedDeserializationException : Exception, ISerializable
Inheritance: objectExceptionUnauthorizedDeserializationException
Implements:
Inherited Members
Constructors
UnauthorizedDeserializationException(string)
Initializes a new instance of the UnauthorizedDeserializationException class.
Declaration
cs-api-definition
public UnauthorizedDeserializationException(string message)
Parameters
message
The exception message.