1 instantiation of ConstraintException
System.Data.Common (1)
System\Data\DataException.cs (1)
358
private static Exception _Constraint(string error) => TraceExceptionAsReturnValue(new
ConstraintException
(error));
4 references to ConstraintException
netstandard (1)
netstandard.cs (1)
485
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
ConstraintException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
59
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
ConstraintException
))]
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (1)
490
catch (
ConstraintException
)
System\Data\Merger.cs (1)
182
catch (
ConstraintException
)