Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-05-13 11:53:20 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-05-13 11:53:20 +0300
commite5437793641ad6045621446b49e66258e5afc303 (patch)
tree6260a11c259e432edaf128c101d2b1c9cf07b9b3
parent40fed9c0af36de2d44dd7fa7b5de9d55c55321d2 (diff)
Revert "Apply changes from https://github.com/mono/mono/pull/19400 to API snapshot"
This reverts commit 8398889c0d028358922ff46acee772ee1fa836e1.
-rw-r--r--profiles/monodroid/mscorlib.cs18
-rw-r--r--profiles/monotouch/mscorlib.cs18
-rw-r--r--profiles/net_4_x/mscorlib.cs21
3 files changed, 0 insertions, 57 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 312ccfd..7019bfc 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -206,24 +206,6 @@ namespace Microsoft.Win32.SafeHandles
}
namespace Mono
{
- public abstract partial class ExceptionFilter
- {
- public static readonly int exception_continue_search;
- public static readonly int exception_continue_search_due_to_unhandled_exception;
- public static readonly int exception_early_out;
- public static readonly int exception_execute_handler;
- protected ExceptionFilter() { }
- public abstract int Evaluate(object exc);
- public static void PerformEvaluate(object exc) { }
- public static void Pop(Mono.ExceptionFilter filter) { }
- public static void Push(Mono.ExceptionFilter filter) { }
- public bool ShouldRunHandler(object exc) { throw null; }
- }
- public partial class ExceptionFilterException : System.Exception
- {
- public ExceptionFilterException(string message) { }
- public ExceptionFilterException(string message, System.Exception innerException) { }
- }
public static partial class Runtime
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static string GetDisplayName() { throw null; }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 03261b3..5dee3ce 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -207,24 +207,6 @@ namespace Microsoft.Win32.SafeHandles
}
namespace Mono
{
- public abstract partial class ExceptionFilter
- {
- public static readonly int exception_continue_search;
- public static readonly int exception_continue_search_due_to_unhandled_exception;
- public static readonly int exception_early_out;
- public static readonly int exception_execute_handler;
- protected ExceptionFilter() { }
- public abstract int Evaluate(object exc);
- public static void PerformEvaluate(object exc) { }
- public static void Pop(Mono.ExceptionFilter filter) { }
- public static void Push(Mono.ExceptionFilter filter) { }
- public bool ShouldRunHandler(object exc) { throw null; }
- }
- public partial class ExceptionFilterException : System.Exception
- {
- public ExceptionFilterException(string message) { }
- public ExceptionFilterException(string message, System.Exception innerException) { }
- }
public static partial class Runtime
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static string GetDisplayName() { throw null; }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 5300c83..4e2fa50 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -241,27 +241,6 @@ namespace Microsoft.Win32.SafeHandles
protected override bool ReleaseHandle() { throw null; }
}
}
-namespace Mono
-{
- public abstract partial class ExceptionFilter
- {
- public static readonly int exception_continue_search;
- public static readonly int exception_continue_search_due_to_unhandled_exception;
- public static readonly int exception_early_out;
- public static readonly int exception_execute_handler;
- protected ExceptionFilter() { }
- public abstract int Evaluate(object exc);
- public static void PerformEvaluate(object exc) { }
- public static void Pop(Mono.ExceptionFilter filter) { }
- public static void Push(Mono.ExceptionFilter filter) { }
- public bool ShouldRunHandler(object exc) { throw null; }
- }
- public partial class ExceptionFilterException : System.Exception
- {
- public ExceptionFilterException(string message) { }
- public ExceptionFilterException(string message, System.Exception innerException) { }
- }
-}
namespace System
{
[System.SerializableAttribute]