Updated obsolete message for WontImplementException

This commit is contained in:
Ronald Barendse
2019-11-14 00:20:04 +01:00
parent 9f19546c42
commit 4a84f63ab4

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core.Exceptions
/// </remarks>
/// <seealso cref="System.NotImplementedException" />
[Serializable]
[Obsolete("If a method or operation is not, and will not be, implemented, it is invalid, so we should throw an InvalidOperationException instead.")]
[Obsolete("If a method or operation is not, and will not be, implemented, it is invalid or not supported, so we should throw either an InvalidOperationException or NotSupportedException instead.")]
public class WontImplementException : NotImplementedException
{
/// <summary>