Click or drag to resize

UniqueValidationException(IListString, String) Constructor

Initializes a new instance of the UniqueValidationException class

Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UniqueValidationException(
	IList<string> fieldNames,
	string entityName
)

Parameters

fieldNames  IListString
 
entityName  String
 
See Also