Click or drag to resize

ResourceIsInUsedValidationException Constructor (String, String)

Initializes a new instance of the ResourceIsInUsedValidationException class

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ResourceIsInUsedValidationException(
	string entityName,
	string identifier
)

Parameters

entityName
Type: SystemString

[Missing <param name="entityName"/> documentation for "M:Casewhere.Common.Exceptions.ResourceIsInUsedValidationException.#ctor(System.String,System.String)"]

identifier
Type: SystemString

[Missing <param name="identifier"/> documentation for "M:Casewhere.Common.Exceptions.ResourceIsInUsedValidationException.#ctor(System.String,System.String)"]

See Also