1 reference to DuplicateNameException
System.Data.Common (1)
System\Data\DataException.cs (1)
361
private static Exception _DuplicateName(string error) => TraceExceptionAsReturnValue(new
DuplicateNameException
(error));