32 references to Overflow
System.Data.Common (32)
System\Data\Common\BooleanStorage.cs (1)
74throw ExprException.Overflow(typeof(bool));
System\Data\Common\ByteStorage.cs (1)
146throw ExprException.Overflow(typeof(byte));
System\Data\Common\CharStorage.cs (1)
73throw ExprException.Overflow(typeof(char));
System\Data\Common\DateTimeOffsetStorage.cs (1)
83throw ExprException.Overflow(typeof(DateTimeOffset));
System\Data\Common\DateTimeStorage.cs (1)
83throw ExprException.Overflow(typeof(DateTime));
System\Data\Common\DecimalStorage.cs (1)
151throw ExprException.Overflow(typeof(decimal));
System\Data\Common\DoubleStorage.cs (1)
146throw ExprException.Overflow(typeof(double));
System\Data\Common\Int16Storage.cs (1)
160throw ExprException.Overflow(typeof(short));
System\Data\Common\Int32Storage.cs (1)
159throw ExprException.Overflow(typeof(int));
System\Data\Common\Int64Storage.cs (1)
151throw ExprException.Overflow(typeof(long));
System\Data\Common\SByteStorage.cs (1)
146throw ExprException.Overflow(typeof(sbyte));
System\Data\Common\SingleStorage.cs (1)
147throw ExprException.Overflow(typeof(float));
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
47throw ExprException.Overflow(typeof(SqlBinary));
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
81throw ExprException.Overflow(typeof(SqlBoolean));
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
48throw ExprException.Overflow(typeof(SqlBytes));
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
156throw ExprException.Overflow(typeof(SqlByte));
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
48throw ExprException.Overflow(typeof(SqlChars));
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
83throw ExprException.Overflow(typeof(SqlDateTime));
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
155throw ExprException.Overflow(typeof(SqlDecimal));
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
156throw ExprException.Overflow(typeof(SqlDouble));
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
48throw ExprException.Overflow(typeof(SqlGuid));
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
156throw ExprException.Overflow(typeof(SqlInt16));
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
156throw ExprException.Overflow(typeof(SqlInt32));
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
157throw ExprException.Overflow(typeof(SqlInt64));
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
156throw ExprException.Overflow(typeof(SqlMoney));
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
154throw ExprException.Overflow(typeof(SqlSingle));
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
89throw ExprException.Overflow(typeof(SqlString));
System\Data\Common\TimeSpanStorage.cs (1)
142throw ExprException.Overflow(typeof(TimeSpan));
System\Data\Common\UInt16Storage.cs (1)
159throw ExprException.Overflow(typeof(ushort));
System\Data\Common\UInt32Storage.cs (1)
157throw ExprException.Overflow(typeof(uint));
System\Data\Common\UInt64Storage.cs (1)
151throw ExprException.Overflow(typeof(ulong));
System\Data\Filter\BinaryNode.cs (1)
1128throw ExprException.Overflow(DataStorage.GetTypeStorage(resultType));