 | EPCompileExceptionItem Constructor (String, Exception, String, Int32) |
Ctor.
Namespace:
com.espertech.esper.compiler.client
Assembly:
NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntaxpublic EPCompileExceptionItem(
string message,
Exception cause,
string expression,
int lineNumber
)
Parameters
- message
- Type: SystemString
error message - cause
- Type: SystemException
inner exception - expression
- Type: SystemString
expression text - lineNumber
- Type: SystemInt32
line number
See Also