1 instantiation of DeletedRowInaccessibleException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
350
DeletedRowInaccessibleException e = new
DeletedRowInaccessibleException
(error);
4 references to DeletedRowInaccessibleException
System.Data (4)
fx\src\data\System\Data\DataException.cs (4)
67
/// Initializes a new instance of the <see cref='System.Data.
DeletedRowInaccessibleException
'/> class.
76
/// Initializes a new instance of the <see cref='System.Data.
DeletedRowInaccessibleException
'/> class with the specified string.
349
static private
DeletedRowInaccessibleException
_DeletedRowInaccessible(string error) {
350
DeletedRowInaccessibleException
e = new DeletedRowInaccessibleException(error);