Click or drag to resize

ConfigurationCompilerPlugInSingleRowFunctionRethrowExceptions Property

Returns indicator whether the runtimere-throws exceptions thrown by the single-row function. The default is false therefore the runtimeby default does not rethrow exceptions.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool RethrowExceptions { get; set; }

Property Value

Type: Boolean
indicator
See Also