19 references to DataException
System.Data (14)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (2)
38public StrongTypingException(string s, Exception innerException) : base(s, innerException) { 78public TypedDataSetGeneratorException(string message, Exception innerException) : base(message, innerException) {
fx\src\data\System\Data\DataException.cs (11)
55public ConstraintException(string message, Exception innerException) : base(message, innerException) { 83public DeletedRowInaccessibleException(string message, Exception innerException) : base(message, innerException) { 101public DuplicateNameException(string message, Exception innerException) : base(message, innerException) { 119public InRowChangingEventException(string message, Exception innerException) : base(message, innerException) { 137public InvalidConstraintException(string message, Exception innerException) : base(message, innerException) { 155public MissingPrimaryKeyException(string message, Exception innerException) : base(message, innerException) { 173public NoNullAllowedException(string message, Exception innerException) : base(message, innerException) { 191public ReadOnlyException(string message, Exception innerException) : base(message, innerException) { 209public RowNotInTableException(string message, Exception innerException) : base(message, innerException) { 227public VersionNotFoundException(string message, Exception innerException) : base(message, innerException) { 335DataException e = new DataException(error, innerException);
fx\src\data\System\Data\Filter\FilterException.cs (1)
34public InvalidExpressionException(string message, Exception innerException) : base(message, innerException) {}
System.Data.Entity (5)
System\Data\EntityException.cs (1)
45: base(message, innerException)
System\Data\InvalidCommandTreeException.cs (1)
40: base(message, innerException) { }
System\Data\ObjectNotFoundException.cs (1)
43: base(message, innerException)
System\Data\UpdateException.cs (2)
53: base(message, innerException) 64: base(message, innerException)