19 references to DataException
System.Data (15)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (2)
31
public StrongTypingException(string message) :
base
(message) {
74
public TypedDataSetGeneratorException(string message) :
base
(message) {
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
179
DataException e = new
DataException
(message);
fx\src\data\System\Data\DataException.cs (11)
51
public ConstraintException(string s) :
base
(s) {
79
public DeletedRowInaccessibleException(string s) :
base
(s) {
97
public DuplicateNameException(string s) :
base
(s) {
115
public InRowChangingEventException(string s) :
base
(s) {
133
public InvalidConstraintException(string s) :
base
(s) {
151
public MissingPrimaryKeyException(string s) :
base
(s) {
169
public NoNullAllowedException(string s) :
base
(s) {
187
public ReadOnlyException(string s) :
base
(s) {
205
public RowNotInTableException(string s) :
base
(s) {
223
public VersionNotFoundException(string s) :
base
(s) {
325
DataException e = new
DataException
(error);
fx\src\data\System\Data\Filter\FilterException.cs (1)
32
public InvalidExpressionException(string s) :
base
(s) {}
System.Data.Entity (4)
System\Data\EntityException.cs (1)
35
:
base
(message)
System\Data\InvalidCommandTreeException.cs (1)
32
:
base
(message) { }
System\Data\ObjectNotFoundException.cs (1)
34
:
base
(message)
System\Data\UpdateException.cs (1)
43
:
base
(message)