The error occurs when an attempt is made to open a file that is not available
The following statement
stream = File.Open("data.xml", FileMode.Open);
will throw an error if data.xml is not available
Wednesday, March 31, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment