NPersistence Reference Guide
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.

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

Syntax

   
 C# 
public LockTimeoutException(
	string message,
	Exception cause,
	Object entity
)

Parameters

message
String
the detail message.
cause
Exception
the cause.
entity
Object
the entity.

See Also