Obsoleted exceptions that shouldn't be used anymore or be refactored

This commit is contained in:
Ronald Barendse
2019-10-04 01:00:09 +02:00
parent 77df15eeaa
commit dc5cdfd3d1
7 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ namespace Umbraco.Core.IO
/// The exception that is thrown when the caller does not have the required permission to access a file.
/// </summary>
/// <seealso cref="System.Exception" />
[Obsolete("Throw an UnauthorizedAccessException instead.")]
[Serializable]
public class FileSecurityException : Exception
{