nui exception handling check
[platform/core/csapi/nui.git] / Tizen.NUI / src / internal / dotnetcore / AddedException.cs
old mode 100644 (file)
new mode 100755 (executable)
index d59a4ef..5e05865
@@ -20,17 +20,17 @@ namespace System
     {\r
         public ApplicationException()\r
         {\r
-            new global::System.InvalidCastException();\r
+            new global::System.ApplicationException();\r
         }\r
 \r
         public ApplicationException(string message)\r
         {\r
-            new global::System.InvalidCastException(message);\r
+            new global::System.ApplicationException(message);\r
         }\r
 \r
         public ApplicationException(string message, Exception innerException)\r
         {\r
-            new global::System.InvalidCastException(message, innerException);\r
+            new global::System.ApplicationException(message, innerException);\r
         }\r
     }\r
 \r
@@ -38,17 +38,17 @@ namespace System
     {\r
         public SystemException()\r
         {\r
-            new global::System.InvalidCastException();\r
+            new global::System.SystemException();\r
         }\r
 \r
         public SystemException(string message)\r
         {\r
-            new global::System.InvalidCastException(message);\r
+            new global::System.SystemException(message);\r
         }\r
 \r
         public SystemException(string message, Exception innerException)\r
         {\r
-            new global::System.InvalidCastException(message, innerException);\r
+            new global::System.SystemException(message, innerException);\r
         }\r
     }\r
 }\r