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