You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -23,7 +23,10 @@ namespace System.Runtime.CompilerServices {
|
||||
[Serializable]
|
||||
public sealed class RuntimeWrappedException : Exception
|
||||
{
|
||||
private RuntimeWrappedException(Object thrownObject)
|
||||
#if MONO
|
||||
public
|
||||
#endif
|
||||
RuntimeWrappedException(Object thrownObject)
|
||||
: base(Environment.GetResourceString("RuntimeWrappedException")) {
|
||||
SetErrorCode(System.__HResults.COR_E_RUNTIMEWRAPPED);
|
||||
m_wrappedException = thrownObject;
|
||||
|
||||
Reference in New Issue
Block a user