Class NullReferenceWhenRenameExeption Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This class is to represent the null reference exeption when entity is renaming. public class NullReferenceWhenRenameExeption : Exception Inheritance object ← Exception ← NullReferenceWhenRenameExeption Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors NullReferenceWhenRenameExeption(string) Initializes a new instance of the class. public NullReferenceWhenRenameExeption(string strMessage) Parameters strMessage string The error message.