1 instantiation of RuntimeWrappedException
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
736thrown == null ? null : (thrown as Exception ?? new RuntimeWrappedException(thrown));
6 references to RuntimeWrappedException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
583[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeWrappedException))]
netstandard (1)
netstandard.cs (1)
1571[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeWrappedException))]
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
119RuntimeWrappedException? rwe = exception as RuntimeWrappedException;
System.Private.CoreLib (1)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
1138if (tryUnwrapException && exception is RuntimeWrappedException ex)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
625[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.RuntimeWrappedException))]