1 type derived from ConstraintException
System.Data.Entity (1)
System\Data\PropertyConstraintException.cs (1)
27
public sealed class PropertyConstraintException :
ConstraintException
2 instantiations of ConstraintException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
340
ConstraintException e = new
ConstraintException
(error);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
297
return new
ConstraintException
(message);
16 references to ConstraintException
System.Data (5)
fx\src\data\System\Data\Common\DataAdapter.cs (1)
515
catch(
ConstraintException
) {
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
215
catch (System.Data.
ConstraintException
)
fx\src\data\System\Data\DataException.cs (2)
339
static private
ConstraintException
_Constraint(string error) {
340
ConstraintException
e = new ConstraintException(error);
fx\src\data\System\Data\Merger.cs (1)
163
catch(
ConstraintException
) {
System.Data.Entity (10)
System\Data\Common\EntityUtil.cs (1)
295
static internal
ConstraintException
Constraint(string message)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
55
/// <exception cref="System.Data.
ConstraintException
">
System\Data\Objects\DataClasses\StructuralObject.cs (8)
298
/// <exception cref="System.Data.
ConstraintException
">
326
/// <exception cref="System.Data.
ConstraintException
">
1442
/// <exception cref="System.Data.
ConstraintException
">
1467
/// <exception cref="System.Data.
ConstraintException
">
1487
/// <exception cref="System.Data.
ConstraintException
">
1512
/// <exception cref="System.Data.
ConstraintException
">
1532
/// <exception cref="System.Data.
ConstraintException
">
1557
/// <exception cref="System.Data.
ConstraintException
">
System.Web (1)
UI\TraceContext.cs (1)
354
catch (
ConstraintException
) {