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

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

Syntax

   
 C# 
public OptimisticLockException(
	Object entity
)

Parameters

entity
Object
the entity.

See Also