Modify exception description in Notification
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Notification / Tizen.Applications.Notifications / NotificationActiveStyle.cs
index a9a1aa4..d986c37 100755 (executable)
@@ -203,7 +203,6 @@ namespace Tizen.Applications.Notifications
             /// </summary>
             /// <param name="index">The index to remove a button</param>
             /// <returns>true if the element is successfully found and removed; otherwise, false</returns>
-            /// <exception cref="ArgumentException">Thrown when argument is invalid</exception>
             public bool RemoveButtonAction(ButtonIndex index)
             {
                 bool ret = buttonDictionary.Remove(index);