Click or drag to resize

UniqueValidationException Constructor (String, IListString, String)

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(
	string message,
	IList<string> fieldNames,
	string entityName
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Casewhere.Common.Exceptions.UniqueValidationException.#ctor(System.String,System.Collections.Generic.IList{System.String},System.String)"]

fieldNames
Type: System.Collections.GenericIListString

[Missing <param name="fieldNames"/> documentation for "M:Casewhere.Common.Exceptions.UniqueValidationException.#ctor(System.String,System.Collections.Generic.IList{System.String},System.String)"]

entityName
Type: SystemString

[Missing <param name="entityName"/> documentation for "M:Casewhere.Common.Exceptions.UniqueValidationException.#ctor(System.String,System.Collections.Generic.IList{System.String},System.String)"]

See Also