9 references to RuntimeExceptionHelpers
System.Private.CoreLib (9)
Internal\Runtime\MethodTable.Runtime.cs (1)
22return RuntimeExceptionHelpers.GetRuntimeException(id);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (2)
159RuntimeExceptionHelpers.FailFast("Failed to register frozen object segment for the module."); 216RuntimeExceptionHelpers.FailFast("Failed allocating GC static bases");
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
93RuntimeExceptionHelpers.SerializeCrashInfo(System.Runtime.RhFailFastReason.UnhandledException, (e as Exception)?.Message, e as Exception);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2068RuntimeExceptionHelpers.ReportUnhandledException(edi.SourceException);
System\Environment.NativeAot.cs (3)
38RuntimeExceptionHelpers.FailFast(message); 42RuntimeExceptionHelpers.FailFast(message, exception); 46RuntimeExceptionHelpers.FailFast(message, exception, errorSource: errorSource, reason: RhFailFastReason.AssertionFailure);
System\Exception.NativeAot.cs (1)
106if (!RuntimeExceptionHelpers.SafeToPerformRichExceptionSupport)