Click or drag to resize

EPCompileException Constructor (String, Exception, IList)

Initializes a new instance of the EPCompileException class

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,
	IList items
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:com.espertech.esper.compiler.client.EPCompileException.#ctor(System.String,System.Exception,System.Collections.Generic.IList`1)"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:com.espertech.esper.compiler.client.EPCompileException.#ctor(System.String,System.Exception,System.Collections.Generic.IList`1)"]

items
Type: System.Collections.GenericIListT

[Missing <param name="items"/> documentation for "M:com.espertech.esper.compiler.client.EPCompileException.#ctor(System.String,System.Exception,System.Collections.Generic.IList`1)"]

See Also