Class
UnauthorizedDeserializationException

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

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

Constructors

UnauthorizedDeserializationException(string)

Initializes a new instance of the UnauthorizedDeserializationException class.

Declaration

cs-api-definition
public UnauthorizedDeserializationException(string message)

Parameters

message

string

The exception message.