[Applications.Common] Remove warning messages (#5532)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Common / Tizen.Applications.Exceptions / OutOfMemoryException.cs
index b67b92e..a07c2d0 100755 (executable)
@@ -8,7 +8,9 @@ namespace Tizen.Applications.Exceptions
     /// The class that represents the exception which will be thrown when the memory is insufficient
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
+#pragma warning disable CA1032
     public class OutOfMemoryException : InvalidOperationException
+#pragma warning restore CA1032
     {
         /// <summary>
         /// Constructor