You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@ -69,6 +69,7 @@ namespace System
|
||||
IDictionary _data;
|
||||
internal StackTrace[] captured_traces;
|
||||
IntPtr[] native_trace_ips;
|
||||
object dynamic_methods;
|
||||
#endregion
|
||||
#pragma warning restore 169, 649
|
||||
|
||||
@ -247,7 +248,7 @@ namespace System
|
||||
|
||||
info.AddValue ("ClassName", ClassName);
|
||||
info.AddValue ("Message", _message);
|
||||
info.AddValue ("InnerException", inner_exception);
|
||||
info.AddValue ("InnerException", inner_exception, typeof (Exception));
|
||||
info.AddValue ("HelpURL", help_link);
|
||||
info.AddValue ("StackTraceString", StackTrace);
|
||||
info.AddValue ("RemoteStackTraceString", _remoteStackTraceString);
|
||||
|
Reference in New Issue
Block a user