summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Reflection/TargetException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Reflection/TargetException.cs')
-rw-r--r--src/mscorlib/src/System/Reflection/TargetException.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mscorlib/src/System/Reflection/TargetException.cs b/src/mscorlib/src/System/Reflection/TargetException.cs
index 02772f763f..9c56c121cc 100644
--- a/src/mscorlib/src/System/Reflection/TargetException.cs
+++ b/src/mscorlib/src/System/Reflection/TargetException.cs
@@ -19,11 +19,7 @@ namespace System.Reflection {
using System.Runtime.Serialization;
[Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
-#if FEATURE_CORECLR
- public class TargetException : Exception {
-#else
public class TargetException : ApplicationException {
-#endif //FEATURE_CORECLR
public TargetException() : base() {
SetErrorCode(__HResults.COR_E_TARGET);
}