NPersistence Reference Guide
Constructs a new LockTimeoutException exception with the specified object.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public LockTimeoutException(
	Object entity
)

Parameters

entity
Object
the entity.

See Also