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

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

Syntax

   
 C# 
public EntityExistsException(
	string message
)

Parameters

message
String
the detail message.

See Also