6 references to ExceptionMessageKind
mscorlib (6)
system\exception.cs (2)
982internal static String GetMessageFromNativeResources(ExceptionMessageKind kind) 993private static extern void GetMessageFromNativeResources(ExceptionMessageKind kind, StringHandleOnStack retMesg);
system\insufficientmemoryexception.cs (1)
30: base(GetMessageFromNativeResources(ExceptionMessageKind.OutOfMemory)) {
system\outofmemoryexception.cs (1)
25: base(GetMessageFromNativeResources(ExceptionMessageKind.OutOfMemory)) {
system\threading\threadabortexception.cs (1)
38: base(GetMessageFromNativeResources(ExceptionMessageKind.ThreadAbort))
system\threading\threadinterruptedexception.cs (1)
27: base(GetMessageFromNativeResources(ExceptionMessageKind.ThreadInterrupted)) {