Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The value supplied for the file's open mode was not valid. The following table shows valid values for the OpenMode enumeration.
Value |
Mode |
---|---|
1 |
OpenMode.Input |
2 |
OpenMode.Output |
4 |
OpenMode.Random |
8 |
OpenMode.Append |
32 |
OpenMode.Binary |
To correct this error
- Verify the value being supplied for the file's open mode.