Click or drag to resize

ResourceIsInUsedValidationException(String, String, String) Constructor

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 message,
	string entityName,
	string identifier
)

Parameters

message  String
 
entityName  String
 
identifier  String
 
See Also