Click or drag to resize

ConfigurationRuntimeExceptionHandlingUndeployRethrowPolicy Property

Returns the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy. By default we are logging exceptions.

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

Return Value

Type: UndeployRethrowPolicy
indicator
See Also