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