44 instantiations of SqlNullValueException
System.Data.Common (44)
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\SQLUtility.cs (1)
95
SqlNullValueException fakeValue = new
SqlNullValueException
(message);
System\Data\SQLTypes\SqlXml.cs (2)
76
throw new
SqlNullValueException
();
139
throw new
SqlNullValueException
();
3 references to SqlNullValueException
netstandard (1)
netstandard.cs (1)
588
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.
SqlNullValueException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
245
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.
SqlNullValueException
))]
System.Data.Common (1)
System\Data\SQLTypes\SQLUtility.cs (1)
95
SqlNullValueException
fakeValue = new SqlNullValueException(message);