NPersistence Reference Guide
Constructs a new EntityExistsException exception with the specified detail message and cause.

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

Syntax

   
 C# 
public EntityExistsException(
	string message,
	Exception cause
)

Parameters

message
String
the detail message.
cause
Exception
the cause.

See Also