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>2020-03-19 21:23:44 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-03-19 21:23:44 +0300
commit6d7aef94ddd3cc2b8e9c92ba00a3e0a02616c690 (patch)
treef5aa8a999b63fde141e5512fb7f091d11190fd44
parent5b8247e289d17cef9ff645e21d896ea75bfe6328 (diff)
Apply changes from https://github.com/mono/mono/pull/19248 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Debugger.Soft.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs
index c5fcf2e..2685db2 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -103,6 +103,7 @@ namespace Mono.Debugger.Soft
{
internal CommandException() { }
public Mono.Debugger.Soft.ErrorCode ErrorCode { get { throw null; } set { } }
+ public string ErrorMessage { get { throw null; } }
}
public abstract partial class Connection
{
@@ -174,6 +175,7 @@ namespace Mono.Debugger.Soft
{
public ErrorHandlerEventArgs() { }
public Mono.Debugger.Soft.ErrorCode ErrorCode { get { throw null; } set { } }
+ public string ErrorMessage { get { throw null; } set { } }
}
public abstract partial class Event
{