Click or drag to resize

PropertyAccessException Constructor (String, String)

Constructor.

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

Parameters

message
Type: SystemString
is the error message
propertyExpression
Type: SystemString
property expression
See Also