Fix incorrect namespace in deprecated class messages
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
|
||||
namespace umbraco.businesslogic.Exceptions
|
||||
{
|
||||
[Obsolete("This class has been superceded by Umbraco.Core.UI.FileSecurityException")]
|
||||
[Obsolete("This class has been superceded by Umbraco.Core.IO.FileSecurityException")]
|
||||
public class FileSecurityException : Umbraco.Core.IO.FileSecurityException
|
||||
{
|
||||
public FileSecurityException()
|
||||
|
||||
@@ -10,7 +10,7 @@ using System.Web;
|
||||
namespace umbraco.IO
|
||||
{
|
||||
|
||||
[Obsolete("Use Umbraco.Core.UI.SystemFiles instead")]
|
||||
[Obsolete("Use Umbraco.Core.IO.SystemFiles instead")]
|
||||
public class SystemFiles
|
||||
{
|
||||
[Obsolete("This file is no longer used and should not be accessed!")]
|
||||
|
||||
Reference in New Issue
Block a user