 | EPException 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
Syntaxpublic EPException(
string message,
Exception cause
)
Parameters
- message
- Type: SystemString
error message
- cause
- Type: SystemException
inner exception
See Also