Update ViewPublicMethods.cs
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 21 Dec 2020 03:43:16 +0000 (12:43 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 21 Dec 2020 12:05:23 +0000 (21:05 +0900)
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs

index 4541357..1eafe6f 100755 (executable)
@@ -160,6 +160,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <seealso cref="Container.Remove" />
         /// <since_tizen> 4 </since_tizen>
+        /// <exception cref="InvalidOperationException">Thrown when deleting a view that is not a child of this view</exception>
         public override void Remove(View child)
         {
             if (child == null || child.GetParent() == null) // Early out if child null.