NPersistence Reference Guide
Constructs a new PessimisticLockException exception with the specified entity.

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

Syntax

   
 C# 
public PessimisticLockException(
	Object entity
)

Parameters

entity
Object
the entity.

See Also