NPersistence Reference Guide
Constructs a new PersistenceException exception with the specified cause.

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

Syntax

   
 C# 
public PersistenceException(
	Exception cause
)

Parameters

cause
Exception
the cause.

See Also