From 6d7aef94ddd3cc2b8e9c92ba00a3e0a02616c690 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Thu, 19 Mar 2020 18:23:44 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/19248 to API snapshot --- profiles/net_4_x/Mono.Debugger.Soft.cs | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3