summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/IO/EndOfStreamException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/IO/EndOfStreamException.cs')
-rw-r--r--src/mscorlib/src/System/IO/EndOfStreamException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/IO/EndOfStreamException.cs b/src/mscorlib/src/System/IO/EndOfStreamException.cs
index 3b73dff7fb..1eb1664e7f 100644
--- a/src/mscorlib/src/System/IO/EndOfStreamException.cs
+++ b/src/mscorlib/src/System/IO/EndOfStreamException.cs
@@ -22,7 +22,7 @@ namespace System.IO
public class EndOfStreamException : IOException
{
public EndOfStreamException()
- : base(Environment.GetResourceString("Arg_EndOfStreamException"))
+ : base(SR.Arg_EndOfStreamException)
{
SetErrorCode(__HResults.COR_E_ENDOFSTREAM);
}