12 types derived from DataException
System.Data.Common (12)
System\Data\DataException.cs (10)
36
public class ConstraintException :
DataException
62
public class DeletedRowInaccessibleException :
DataException
94
public class DuplicateNameException :
DataException
120
public class InRowChangingEventException :
DataException
146
public class InvalidConstraintException :
DataException
172
public class MissingPrimaryKeyException :
DataException
198
public class NoNullAllowedException :
DataException
224
public class ReadOnlyException :
DataException
250
public class RowNotInTableException :
DataException
276
public class VersionNotFoundException :
DataException
System\Data\Filter\FilterException.cs (1)
13
public class InvalidExpressionException :
DataException
System\Data\StrongTypingException.cs (1)
14
public class StrongTypingException :
DataException
3 instantiations of DataException
System.Data.Common (3)
System\Data\Common\AdapterUtil.Common.cs (1)
42
DataException e = new
DataException
(message);
System\Data\DataException.cs (2)
354
throw TraceExceptionAsReturnValue(new
DataException
(error, innerException));
357
private static Exception _Data(string error) => TraceExceptionAsReturnValue(new
DataException
(error));
10 references to DataException
netstandard (1)
netstandard.cs (1)
490
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
64
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataException
))]
System.Data.Common (8)
System\Data\Common\AdapterUtil.Common.cs (4)
40
internal static
DataException
Data(string message)
42
DataException
e = new DataException(message);
641
internal static
DataException
RowUpdatedErrors()
645
internal static
DataException
RowUpdatingErrors()
System\Data\DataRowView.cs (3)
50
/// <exception cref="
DataException
"><see cref="System.Data.DataView.get_AllowEdit"/> when setting a value.</exception>
70
/// <exception cref="
DataException
">Unmatched <paramref name="property"/> when setting a value.</exception>
71
/// <exception cref="
DataException
"><see cref="System.Data.DataView.get_AllowEdit"/> when setting a value.</exception>
System\Data\xmlsaver.cs (1)
2230
/// <exception cref="
DataException
">if multipleTargetConverter throws or returns an empty result</exception>