Field UnsupportedCombinationOfModeAccess
Cannot get stream with FileMode.Create, FileMode.CreateNew, FileMode.Truncate, FileMode.Append when access is FileAccess.Read.
public const string UnsupportedCombinationOfModeAccess = "UnsupportedCombinationOfModeAccess"
Returns
- string
- Cannot get stream with FileMode.Create, FileMode.CreateNew, FileMode.Truncate, FileMode.Append when access is FileAccess.Read.