2 references to RuntimeWrappedException
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
730
thrown == null ? null : (thrown as Exception ?? new
RuntimeWrappedException
(thrown));
System.Private.CoreLib (1)
src\System\Exception.CoreCLR.cs (1)
278
*pResult = new System.Runtime.CompilerServices.
RuntimeWrappedException
(*pThrownObject);