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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-04-22 15:14:46 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-04-22 15:14:46 +0300
commit2e371ce6f9ed992db1180bcd593a01f00c727e95 (patch)
treea605cff4510516a56bfd1f9f5047ccbac16ebb24
parent7e7732527b03480e7dcc88298e3033984220fc95 (diff)
Apply changes from https://github.com/mono/mono/pull/14127 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs7
-rw-r--r--profiles/monotouch/mscorlib.cs7
-rw-r--r--profiles/net_4_x/mscorlib.cs7
3 files changed, 21 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 6834b2d..a3b8eb9 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -13408,6 +13408,13 @@ namespace System.Resources
}
namespace System.Runtime
{
+ [System.SerializableAttribute]
+ public sealed partial class AmbiguousImplementationException : System.Exception
+ {
+ public AmbiguousImplementationException() { }
+ public AmbiguousImplementationException(string message) { }
+ public AmbiguousImplementationException(string message, System.Exception innerException) { }
+ }
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, Inherited=false)]
public sealed partial class AssemblyTargetedPatchBandAttribute : System.Attribute
{
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 54ddb1b..77fa3b8 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -13138,6 +13138,13 @@ namespace System.Resources
}
namespace System.Runtime
{
+ [System.SerializableAttribute]
+ public sealed partial class AmbiguousImplementationException : System.Exception
+ {
+ public AmbiguousImplementationException() { }
+ public AmbiguousImplementationException(string message) { }
+ public AmbiguousImplementationException(string message, System.Exception innerException) { }
+ }
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, Inherited=false)]
public sealed partial class AssemblyTargetedPatchBandAttribute : System.Attribute
{
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index eb3160f..5708230 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -13530,6 +13530,13 @@ namespace System.Resources
}
namespace System.Runtime
{
+ [System.SerializableAttribute]
+ public sealed partial class AmbiguousImplementationException : System.Exception
+ {
+ public AmbiguousImplementationException() { }
+ public AmbiguousImplementationException(string message) { }
+ public AmbiguousImplementationException(string message, System.Exception innerException) { }
+ }
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, Inherited=false)]
public sealed partial class AssemblyTargetedPatchBandAttribute : System.Attribute
{