Class FailToSaveException Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This class is to represent the exception during save operation. public class FailToSaveException : Exception Inheritance object ← Exception ← FailToSaveException Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors FailToSaveException(string, Exception) Initializes a new instance of the class public FailToSaveException(string message, Exception innerException) Parameters message string innerException Exception