InvalidPropertyAccessException Constructor |
Create a new instance of the exception.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic InvalidPropertyAccessException(
string propertyName,
Type oType,
Type tType
)
Public Sub New (
propertyName As String,
oType As Type,
tType As Type
)
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