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