55 instantiations of SqlNullValueException
System.Data (55)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
955
throw new
SqlNullValueException
();
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (1)
104
throw new
SqlNullValueException
();
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
1574
throw new
SqlNullValueException
();
2114
throw new
SqlNullValueException
();
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
1658
System.Data.SqlTypes.SqlNullValueException e = new System.Data.SqlTypes.
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (3)
97
throw new
SqlNullValueException
();
110
throw new
SqlNullValueException
();
127
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (2)
105
throw new
SqlNullValueException
();
235
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
86
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (4)
193
throw new
SqlNullValueException
();
227
throw new
SqlNullValueException
();
272
throw new
SqlNullValueException
();
343
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLChars.cs (4)
184
throw new
SqlNullValueException
();
220
throw new
SqlNullValueException
();
279
throw new
SqlNullValueException
();
340
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SqlCharStream.cs (8)
147
throw new
SqlNullValueException
();
155
throw new
SqlNullValueException
();
159
throw new
SqlNullValueException
();
168
throw new
SqlNullValueException
();
173
throw new
SqlNullValueException
();
178
throw new
SqlNullValueException
();
183
throw new
SqlNullValueException
();
188
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (3)
304
throw new
SqlNullValueException
();
314
throw new
SqlNullValueException
();
324
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (7)
829
throw new
SqlNullValueException
();
850
throw new
SqlNullValueException
();
861
throw new
SqlNullValueException
();
872
throw new
SqlNullValueException
();
883
throw new
SqlNullValueException
();
1116
throw new
SqlNullValueException
();
1132
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
89
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
114
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
85
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
84
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
86
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (4)
155
throw new
SqlNullValueException
();
164
throw new
SqlNullValueException
();
181
throw new
SqlNullValueException
();
200
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
91
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLString.cs (5)
278
throw new
SqlNullValueException
();
290
throw new
SqlNullValueException
();
302
throw new
SqlNullValueException
();
322
throw new
SqlNullValueException
();
334
throw new
SqlNullValueException
();
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
105
SqlNullValueException fakeValue = new
SqlNullValueException
(message);
fx\src\data\System\Data\SQLTypes\SqlXml.cs (2)
90
throw new
SqlNullValueException
();
155
throw new
SqlNullValueException
();
3 references to SqlNullValueException
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (2)
1657
static internal System.Data.SqlTypes.
SqlNullValueException
SqlNullValue() {
1658
System.Data.SqlTypes.
SqlNullValueException
e = new System.Data.SqlTypes.SqlNullValueException();
fx\src\data\System\Data\SQLTypes\SQLUtility.cs (1)
105
SqlNullValueException
fakeValue = new SqlNullValueException(message);