Click or drag to resize

PropertyAccessException Constructor (String)

Constructor for an inner exception and message.

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

Parameters

message
Type: SystemString
is the error message
See Also