Click or drag to resize

EPCompileException Constructor (String, Exception)

Ctor

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public EPCompileException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
message
cause
Type: SystemException
cause
See Also