Click or drag to resize

PropertyAccessException Constructor (Exception)

Constructor.

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

Parameters

cause
Type: SystemException
is the inner exception
See Also