New to Telerik UI for WPFStart a free 30-day trial

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

Constructors

Initializes a new instance of the UnauthorizedDeserializationException class.

C#
public UnauthorizedDeserializationException(string message)
Parameters:messagestring

The exception message.