[NUI] Fix build warning CS0419
authorseungho <sbsh.baek@samsung.com>
Thu, 10 Dec 2020 03:20:08 +0000 (12:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
 - Ambiguous reference in cref attribute: 'Method Name1'. Assuming 'Method Name2', but could have also matched other overloads including 'Method Name3'.

Signed-off-by: seungho <sbsh.baek@samsung.com>
src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs

index 2689e1c..b48d6af 100755 (executable)
@@ -45,7 +45,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="window">The window instance of Ecore_Wl2_Window pointer.</param>
         /// <exception cref="ArgumentException">Thrown when failed because of an invalid parameter.</exception>
-        /// <exception cref="OutOfMemoryException">Thrown when the memory is insufficient.</exception>
+        /// <exception cref="Applications.Exceptions.OutOfMemoryException">Thrown when the memory is insufficient.</exception>
         /// <exception cref="InvalidOperationException">Thrown when failed to create the frame broker handle.</exception>
         /// <remarks>This class is only avaliable for platform level signed applications.</remarks>
         internal FrameBrokerBase(Window window)