Click or drag to resize

EPLockException Constructor (String, 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(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString

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

cause
Type: SystemException

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

See Also