| FileInfoOpenRead Method | 
Namespace: System.IO
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| UnauthorizedAccessException | path is read-only or is a directory. | 
| DirectoryNotFoundException | The specified path is invalid, such as being on an unmapped drive. | 
| IOException | The file is already open. | 
 See Also
See Also