43 references to SqlNullValueException
System.Data.Common (43)
System\Data\SQLTypes\SQLBinary.cs (3)
63
throw new
SqlNullValueException
();
79
throw new
SqlNullValueException
();
97
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLBoolean.cs (2)
74
_ => throw new
SqlNullValueException
(),
184
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLByte.cs (1)
56
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLBytes.cs (5)
135
SqlBytesCharsState.Null => throw new
SqlNullValueException
(),
168
throw new
SqlNullValueException
();
214
SqlBytesCharsState.Null => throw new
SqlNullValueException
(),
287
throw new
SqlNullValueException
();
299
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLChars.cs (4)
133
SqlBytesCharsState.Null => throw new
SqlNullValueException
(),
168
throw new
SqlNullValueException
();
234
SqlBytesCharsState.Null => throw new
SqlNullValueException
(),
292
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLDateTime.cs (3)
292
throw new
SqlNullValueException
();
304
throw new
SqlNullValueException
();
316
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLDecimal.cs (8)
827
throw new
SqlNullValueException
();
849
throw new
SqlNullValueException
();
859
throw new
SqlNullValueException
();
869
throw new
SqlNullValueException
();
883
throw new
SqlNullValueException
();
1129
throw new
SqlNullValueException
();
1146
throw new
SqlNullValueException
();
1162
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLDouble.cs (1)
62
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLGuid.cs (1)
75
public Guid Value => _value ?? throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLInt16.cs (1)
55
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLInt32.cs (1)
54
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLInt64.cs (1)
57
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLMoney.cs (4)
125
throw new
SqlNullValueException
();
132
throw new
SqlNullValueException
();
148
throw new
SqlNullValueException
();
214
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLSingle.cs (1)
63
throw new
SqlNullValueException
();
System\Data\SQLTypes\SQLString.cs (5)
235
throw new
SqlNullValueException
();
246
throw new
SqlNullValueException
();
257
throw new
SqlNullValueException
();
278
throw new
SqlNullValueException
();
293
throw new
SqlNullValueException
();
System\Data\SQLTypes\SqlXml.cs (2)
76
throw new
SqlNullValueException
();
139
throw new
SqlNullValueException
();