Click or drag to resize

EPRuntimeException Constructor (String, Exception)

Ctor 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 EPRuntimeException(
	string message,
	Exception cause
)

Parameters

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