6 references to ExceptionMessageKind
System.Private.CoreLib (6)
LibraryImports.g.cs (1)
429
private static extern partial void GetMessageFromNativeResources(global::System.Exception.
ExceptionMessageKind
kind, global::System.Runtime.CompilerServices.StringHandleOnStack retMesg);
src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
40
=> GetMessageFromNativeResources(
ExceptionMessageKind
.OutOfMemory);
src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
36
=> GetMessageFromNativeResources(
ExceptionMessageKind
.OutOfMemory);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
36
=> GetMessageFromNativeResources(
ExceptionMessageKind
.ThreadInterrupted);
src\System\Exception.CoreCLR.cs (2)
196
internal static string GetMessageFromNativeResources(
ExceptionMessageKind
kind)
204
private static partial void GetMessageFromNativeResources(
ExceptionMessageKind
kind, StringHandleOnStack retMesg);