Click or drag to resize
InvalidPropertyAccessException Class
Exception indicating that a property in an object instance of a class derived from the AbstractStructure class has been accessed twice with incompatible types. Two types are considered compatible in this context if they are identical, if the type of the second type cast is a base class of the type of the first type class or if they are both subclasses of AbstractStructure.
Inheritance Hierarchy

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class InvalidPropertyAccessException : InvalidCastException

The InvalidPropertyAccessException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidPropertyAccessException
Create a new instance of the exception.
Top
See Also