Click or drag to resize

PropertyAccessExceptionNotAValidProperty Method

Generates the Not-A-Valid-Property exception

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PropertyAccessException NotAValidProperty(
	string propertyExpression
)

Parameters

propertyExpression
Type: SystemString
property expression

Return Value

Type: PropertyAccessException
exception exception
See Also