summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/TypeUnloadedException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/TypeUnloadedException.cs')
-rw-r--r--src/mscorlib/src/System/TypeUnloadedException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/TypeUnloadedException.cs b/src/mscorlib/src/System/TypeUnloadedException.cs
index 841a281ea1..d1d55d55dc 100644
--- a/src/mscorlib/src/System/TypeUnloadedException.cs
+++ b/src/mscorlib/src/System/TypeUnloadedException.cs
@@ -20,7 +20,7 @@ namespace System
public class TypeUnloadedException : SystemException
{
public TypeUnloadedException()
- : base(Environment.GetResourceString("Arg_TypeUnloadedException"))
+ : base(SR.Arg_TypeUnloadedException)
{
SetErrorCode(__HResults.COR_E_TYPEUNLOADED);
}