19 references to DataException
System.Data (14)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (2)
38
public StrongTypingException(string s, Exception innerException) :
base
(s, innerException) {
78
public TypedDataSetGeneratorException(string message, Exception innerException) :
base
(message, innerException) {
fx\src\data\System\Data\DataException.cs (11)
55
public ConstraintException(string message, Exception innerException) :
base
(message, innerException) {
83
public DeletedRowInaccessibleException(string message, Exception innerException) :
base
(message, innerException) {
101
public DuplicateNameException(string message, Exception innerException) :
base
(message, innerException) {
119
public InRowChangingEventException(string message, Exception innerException) :
base
(message, innerException) {
137
public InvalidConstraintException(string message, Exception innerException) :
base
(message, innerException) {
155
public MissingPrimaryKeyException(string message, Exception innerException) :
base
(message, innerException) {
173
public NoNullAllowedException(string message, Exception innerException) :
base
(message, innerException) {
191
public ReadOnlyException(string message, Exception innerException) :
base
(message, innerException) {
209
public RowNotInTableException(string message, Exception innerException) :
base
(message, innerException) {
227
public VersionNotFoundException(string message, Exception innerException) :
base
(message, innerException) {
335
DataException e = new
DataException
(error, innerException);
fx\src\data\System\Data\Filter\FilterException.cs (1)
34
public 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)