Click or drag to resize

EPLockException Constructor (Exception)

Initializes a new instance of the EPLockException class

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPLockException(
	Exception cause
)

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:com.espertech.esper.common.client.EPLockException.#ctor(System.Exception)"]

See Also