2002-04-30 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 1 May 2002 00:13:08 +0000 (00:13 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 1 May 2002 00:13:08 +0000 (00:13 -0000)
commit6164d8a0ceaa62ffd2c42d8417250af8ef227163
treedb8fd6dcd6eea1bf9c2451a9c4ed4c1f20b047ce
parentf8a8e9b1a733d6da87b584ed9485be6948e900f0
2002-04-30  Duncan Mak  <duncan@ximian.com>

* FileLoadException.cs (constructors): Added missing (string,
string) ctor, as well as (string, string, Exception) ctor.

(Message): Added more info to the error message

(ToString): Added. We'll need to add the StackTrace stuff when
that works.

* FileShare.cs: Add a missing field, Inheritable.

* TextReader.cs: Renamed Synchronised method to Synchronized.

* TextWriter.cs: Renamed Synchronised method to Synchronized.
Renamed protected member coreNewLine to CoreNewLine.

svn path=/trunk/mcs/; revision=4182
mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/FileLoadException.cs
mcs/class/corlib/System.IO/FileShare.cs
mcs/class/corlib/System.IO/TextReader.cs
mcs/class/corlib/System.IO/TextWriter.cs