Opens the specified file.
Notes: During destruction of a stream made from this constructor, the dispose function will be called if the object is not already disposed.
The FileStream.Mode to open the file in.
The file to open.
StreamException if file could not be found.
StreamException if mode doesn't specify either Open, Create in some form.
See Implementation
Opens the specified file.
Notes: During destruction of a stream made from this constructor, the dispose function will be called if the object is not already disposed.