Skip to main content Skip to complementary content

InvalidPropertyAccessException Class

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

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

  • System.Object
    • System.Exception
      • System.SystemException
        • System.InvalidCastException
          • InvalidPropertyAccessException

Syntax

public class InvalidPropertyAccessException : InvalidCastException, ISerializable, _Exception

Constructors

Name Description
InvalidPropertyAccessException(String, Type, Type)

Create a new instance of the exception.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!