Class ResourceIsInUsedValidationException
Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common.dll
public class ResourceIsInUsedValidationException : BadDataException, ISerializable, _Exception
Inheritance
object ← Exception ← CasewhereException ← BadDataException ← ResourceIsInUsedValidationException
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.GetType(), Exception.Message, Exception.Data, Exception.InnerException, Exception.TargetSite, Exception.StackTrace, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.SerializeObjectState, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ResourceIsInUsedValidationException>(ResourceIsInUsedValidationException)
Constructors
ResourceIsInUsedValidationException(string, string)
public ResourceIsInUsedValidationException(string entityName, string identifier)
Parameters
entityName
string
identifier
string
ResourceIsInUsedValidationException(string, string, string)
public ResourceIsInUsedValidationException(string message, string entityName, string identifier)
Parameters
message
string
entityName
string
identifier
string
Properties
EntityName
public string EntityName { get; set; }
Property Value
Identifier
public string Identifier { get; set; }