1 instantiation of ReadOnlyException
System.Data.Common (1)
System\Data\DataException.cs (1)
366private static Exception _ReadOnly(string error) => TraceExceptionAsReturnValue(new ReadOnlyException(error));
3 references to ReadOnlyException
netstandard (1)
netstandard.cs (1)
564[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ReadOnlyException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
181[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.ReadOnlyException))]
System.Data.Common (1)
System\Data\DataColumn.cs (1)
757catch (ReadOnlyException e)