Click or drag to resize

ExceptionHandlerContextStatementName Property

Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string StatementName { get; }

Property Value

Type: String
statement name or id
See Also