33 references to Overflow
System.Data (33)
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
70throw ExprException.Overflow(typeof(Boolean));
fx\src\data\System\Data\Common\ByteStorage.cs (1)
136throw ExprException.Overflow(typeof(Byte));
fx\src\data\System\Data\Common\CharStorage.cs (1)
70throw ExprException.Overflow(typeof(Char));
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
74throw ExprException.Overflow(typeof(DateTimeOffset));
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
75throw ExprException.Overflow(typeof(DateTime));
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
136throw ExprException.Overflow(typeof(Decimal));
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
136throw ExprException.Overflow(typeof(Double));
fx\src\data\System\Data\Common\Int16Storage.cs (1)
142throw ExprException.Overflow(typeof(Int16));
fx\src\data\System\Data\Common\Int32Storage.cs (1)
141throw ExprException.Overflow(typeof(Int32));
fx\src\data\System\Data\Common\Int64Storage.cs (1)
136throw ExprException.Overflow(typeof(Int64));
fx\src\data\System\Data\Common\SByteStorage.cs (1)
136throw ExprException.Overflow(typeof(SByte));
fx\src\data\System\Data\Common\SingleStorage.cs (1)
137throw ExprException.Overflow(typeof(Single));
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
47throw ExprException.Overflow(typeof(SqlBinary));
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
76throw ExprException.Overflow(typeof(SqlBoolean));
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
48throw ExprException.Overflow(typeof(SqlBytes));
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
144throw ExprException.Overflow(typeof(SqlByte));
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
47throw ExprException.Overflow(typeof(SqlChars));
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
78throw ExprException.Overflow(typeof(SqlDateTime));
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
143throw ExprException.Overflow(typeof(SqlDecimal));
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
144throw ExprException.Overflow(typeof(SqlDouble));
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
47throw ExprException.Overflow(typeof(SqlGuid));
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
144throw ExprException.Overflow(typeof(SqlInt16));
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
144throw ExprException.Overflow(typeof(SqlInt32));
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
145throw ExprException.Overflow(typeof(SqlInt64));
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
144throw ExprException.Overflow(typeof(SqlMoney));
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
145throw ExprException.Overflow(typeof(SqlSingle));
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
82throw ExprException.Overflow(typeof(SqlString));
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
46throw ExprException.Overflow(typeof(SqlXml));
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
127throw ExprException.Overflow(typeof(TimeSpan));
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
141throw ExprException.Overflow(typeof(UInt16));
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
140throw ExprException.Overflow(typeof(UInt32));
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
136throw ExprException.Overflow(typeof(UInt64));
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
857throw ExprException.Overflow(DataStorage.GetTypeStorage(resultType));