Click or drag to resize
PersistentStorageHelperLastError Property

Note: This API is now obsolete.

Last provider error.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use try-catch statement to properly handle any unexpected errors which can occur when working with persistent items. This property can be undesirably affected by concurrent access.")]
public static string LastError { get; set; }

Property Value

Type: String
See Also