Click or drag to resize

PropertyAccessException Constructor (String, Exception)

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,
	Exception cause
)

Parameters

message
Type: SystemString
is the error message
cause
Type: SystemException
is the inner exception
See Also