5 references to ExceptionMessageKind
System.Private.CoreLib (5)
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);