You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not need a full stack trace for developers because RuntimeTypeHandle.GetActivationInfo is a wrapper method to the runtime native code and cannot be overridden by outside. Also, a new friendly message modified by the catch block includes the original one. So, we do not need the original exception set as inner like PR #108876. Is my guess correct?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It does not need a full stack trace for developers because
RuntimeTypeHandle.GetActivationInfo
is a wrapper method to the runtime native code and cannot be overridden by outside. Also, a new friendly message modified by the catch block includes the original one. So, we do not need the original exception set as inner like PR #108876. Is my guess correct?runtime/src/coreclr/System.Private.CoreLib/src/System/RuntimeType.ActivatorCache.cs
Lines 50 to 74 in 789bc64
Beta Was this translation helpful? Give feedback.
All reactions