1 instantiation of DeletedRowInaccessibleException
System.Data.Common (1)
System\Data\DataException.cs (1)
360private static Exception _DeletedRowInaccessible(string error) => TraceExceptionAsReturnValue(new DeletedRowInaccessibleException(error));
4 references to DeletedRowInaccessibleException
netstandard (1)
netstandard.cs (1)
524[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DeletedRowInaccessibleException))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
93[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DeletedRowInaccessibleException))]
System.Data.Common (2)
System\Data\DataException.cs (2)
71/// Initializes a new instance of the <see cref='System.Data.DeletedRowInaccessibleException'/> class. 79/// Initializes a new instance of the <see cref='System.Data.DeletedRowInaccessibleException'/> class with the specified string.