Troubleshooting Exceptions: System.Data.ReadOnlyException
Visual Studio 2010
A ReadOnlyException exception is thrown when there is an attempt to change the value of a read-only data column.
A ReadOnlyException exception is thrown when there is an attempt to change the value of a read-only data column.
This exception is thrown if you are attempting to change a value in a data column that is read-only. For more information, see DataColumn.
This exception is thrown if you are attempting to change a value in a data column that is read-only. For more information, see DataColumn.