Click or drag to resize
InvalidPropertyAccessException Constructor
Create a new instance of the exception.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public InvalidPropertyAccessException(
	string propertyName,
	Type oType,
	Type tType
)

Parameters

propertyName
Type: SystemString
The name of the property being accessed.
oType
Type: SystemType
The type used for accessing the property.
tType
Type: SystemType
The type previously used for accessing the property.
See Also