Click or drag to resize

EPRuntimeException Constructor (Exception)

Ctor - just an inner exception.

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

Parameters

cause
Type: SystemException
inner exception
See Also