183 instantiations of OverflowException
mscorlib (102)
system\byte.cs (2)
122throw new OverflowException(Environment.GetResourceString("Overflow_Byte"), e); 125if (i < MinValue || i > MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte"));
system\convert.cs (53)
497if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 507if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 518if (value < 0 || value > Char.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 525if (value > Char.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 531if (value < 0 || value > Char.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 538if (value > Char.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Char")); 616if (value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 623if (value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 630if (value < SByte.MinValue || value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 637if (value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 644if (value < SByte.MinValue || value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 651if (value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 658if (value < SByte.MinValue || value > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 665if (value > (ulong)SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 725if (value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 732if (value < Byte.MinValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 738if (value < Byte.MinValue || value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 745if (value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 751if (value < Byte.MinValue || value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 758if (value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 764if (value < Byte.MinValue || value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 771if (value > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 824if (value > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 840if (value > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 846if (value < Int16.MinValue || value > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 853if (value > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 863if (value < Int16.MinValue || value > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 870if (value > (ulong)Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 933if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 945if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 952if (value < 0 || value > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 964if (value > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 972if (value < 0 || value > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 979if (value > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 1061if (value > Int32.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 1071if (value < Int32.MinValue || value > Int32.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 1078if (value > Int32.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 1104throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 1158if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1170if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1182if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1194if (value < 0 || value > UInt32.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1201if (value > UInt32.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1219throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1298if (value > Int64.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int64")); 1365if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1377if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1389if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1401if (value < 0) throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1984throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 2003throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 2021throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 2037throw new OverflowException(Environment.GetResourceString("Overflow_UInt16"));
system\datetime.cs (1)
1352throw new OverflowException(Environment.GetResourceString("Arg_OleAutDateInvalid"));
system\decimal.cs (13)
828throw new OverflowException(Environment.GetResourceString("Overflow_Byte"), e); 830if (temp < Byte.MinValue || temp > Byte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Byte")); 846throw new OverflowException(Environment.GetResourceString("Overflow_SByte"), e); 848if (temp < SByte.MinValue || temp > SByte.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 862throw new OverflowException(Environment.GetResourceString("Overflow_Int16"), e); 864if (temp < Int16.MinValue || temp > Int16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 916throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 936throw new OverflowException(Environment.GetResourceString("Overflow_Int64")); 950throw new OverflowException(Environment.GetResourceString("Overflow_UInt16"), e); 952if (temp < UInt16.MinValue || temp > UInt16.MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16")); 969throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 985throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1078throw new OverflowException(Environment.GetResourceString("Overflow_Char"), e);
system\globalization\timespanparse.cs (1)
496return new OverflowException(Environment.GetResourceString(m_failureMessageID));
system\int16.cs (3)
142throw new OverflowException(Environment.GetResourceString("Overflow_Int16"), e); 149throw new OverflowException(Environment.GetResourceString("Overflow_Int16")); 154if (i < MinValue || i > MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_Int16"));
system\math.cs (4)
258throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum")); 273throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum")); 288throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum")); 303throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum"));
system\number.cs (12)
658throw new OverflowException(Environment.GetResourceString("Overflow_Decimal")); 691throw new OverflowException(Environment.GetResourceString("Overflow_Double")); 708throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 713throw new OverflowException(Environment.GetResourceString("Overflow_Int32")); 729throw new OverflowException(Environment.GetResourceString("Overflow_Int64")); 734throw new OverflowException(Environment.GetResourceString("Overflow_Int64")); 968throw new OverflowException(Environment.GetResourceString("Overflow_Single")); 972throw new OverflowException(Environment.GetResourceString("Overflow_Single")); 988throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 993throw new OverflowException(Environment.GetResourceString("Overflow_UInt32")); 1009throw new OverflowException(Environment.GetResourceString("Overflow_UInt64")); 1014throw new OverflowException(Environment.GetResourceString("Overflow_UInt64"));
system\sbyte.cs (3)
152throw new OverflowException(Environment.GetResourceString("Overflow_SByte"), e); 157throw new OverflowException(Environment.GetResourceString("Overflow_SByte")); 162if (i < MinValue || i > MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_SByte"));
system\security\accesscontrol\acl.cs (2)
563throw new OverflowException( Environment.GetResourceString( "AccessControl_AclTooLong" )); 584throw new OverflowException( Environment.GetResourceString( "AccessControl_AclTooLong" ));
system\timespan.cs (6)
159throw new OverflowException(Environment.GetResourceString("Overflow_TimeSpanTooLong")); 199throw new OverflowException(Environment.GetResourceString("Overflow_Duration")); 235throw new OverflowException(Environment.GetResourceString("Overflow_TimeSpanTooLong")); 249throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum")); 264throw new OverflowException(Environment.GetResourceString("Overflow_TimeSpanTooLong")); 342throw new OverflowException(Environment.GetResourceString("Overflow_NegateTwosCompNum"));
system\uint16.cs (2)
136throw new OverflowException(Environment.GetResourceString("Overflow_UInt16"), e); 139if (i > MaxValue) throw new OverflowException(Environment.GetResourceString("Overflow_UInt16"));
System (1)
net\System\Net\ServicePoint.cs (1)
1305throw new OverflowException("Reached maximum number of BindIPEndPointDelegate retries");
System.Data (79)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
241OverflowException e = new OverflowException(error, inner); 1611e = new OverflowException(message, inner);
fx\src\data\System\Data\Filter\FilterException.cs (1)
82OverflowException e = new OverflowException(error);
fx\src\data\System\Data\Odbc\DbDataRecord.cs (1)
80throw new OverflowException(innerException.Message, innerException);
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
200throw new OverflowException(SQLResource.ConversionOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLByte.cs (8)
144throw new OverflowException(SQLResource.ArithOverflowMessage); 158throw new OverflowException(SQLResource.ArithOverflowMessage); 172throw new OverflowException(SQLResource.ArithOverflowMessage); 259throw new OverflowException(SQLResource.ArithOverflowMessage); 273throw new OverflowException(SQLResource.ArithOverflowMessage); 287throw new OverflowException(SQLResource.ArithOverflowMessage); 301throw new OverflowException(SQLResource.ArithOverflowMessage); 315throw new OverflowException(SQLResource.ArithOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (3)
175throw new OverflowException(SQLResource.DateTimeOverflowMessage); 185throw new OverflowException(SQLResource.DateTimeOverflowMessage); 231throw new OverflowException(SQLResource.DateTimeOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (16)
628throw new OverflowException(SQLResource.ArithOverflowMessage); 669throw new OverflowException(SQLResource.ArithOverflowMessage); 687throw new OverflowException(SQLResource.ArithOverflowMessage); 1135throw new OverflowException(SQLResource.ConversionOverflowMessage); 1286throw new OverflowException(SQLResource.ArithOverflowMessage); 1330throw new OverflowException(SQLResource.ArithOverflowMessage); 1521throw new OverflowException(SQLResource.ArithOverflowMessage); 1529throw new OverflowException(SQLResource.ArithOverflowMessage); 1546throw new OverflowException(SQLResource.ArithOverflowMessage); 1566throw new OverflowException(SQLResource.ArithOverflowMessage); 1574throw new OverflowException(SQLResource.ArithOverflowMessage); 2091throw new OverflowException(SQLResource.ArithOverflowMessage); 2098throw new OverflowException(SQLResource.ArithOverflowMessage); 2132throw new OverflowException(SQLResource.ArithOverflowMessage); 2140throw new OverflowException(SQLResource.ArithOverflowMessage); 2233throw new OverflowException(SQLResource.ArithOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (5)
65throw new OverflowException(SQLResource.ArithOverflowMessage); 149throw new OverflowException(SQLResource.ArithOverflowMessage); 164throw new OverflowException(SQLResource.ArithOverflowMessage); 179throw new OverflowException(SQLResource.ArithOverflowMessage); 197throw new OverflowException(SQLResource.ArithOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (9)
151throw new OverflowException(SQLResource.ArithOverflowMessage); 165throw new OverflowException(SQLResource.ArithOverflowMessage); 180throw new OverflowException(SQLResource.ArithOverflowMessage); 194throw new OverflowException(SQLResource.ArithOverflowMessage); 211throw new OverflowException(SQLResource.ArithOverflowMessage); 273throw new OverflowException(SQLResource.ArithOverflowMessage); 288throw new OverflowException(SQLResource.ArithOverflowMessage); 303throw new OverflowException(SQLResource.ArithOverflowMessage); 318throw new OverflowException(SQLResource.ArithOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (9)
152throw new OverflowException(SQLResource.ArithOverflowMessage); 166throw new OverflowException(SQLResource.ArithOverflowMessage); 181throw new OverflowException(SQLResource.ArithOverflowMessage); 195throw new OverflowException(SQLResource.ArithOverflowMessage); 212throw new OverflowException(SQLResource.ArithOverflowMessage); 282throw new OverflowException(SQLResource.ArithOverflowMessage); 297throw new OverflowException(SQLResource.ArithOverflowMessage); 312throw new OverflowException(SQLResource.ArithOverflowMessage); 340throw new OverflowException(SQLResource.ConversionOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (13)
152throw new OverflowException(SQLResource.ArithOverflowMessage); 166throw new OverflowException(SQLResource.ArithOverflowMessage); 202throw new OverflowException(SQLResource.ArithOverflowMessage); 207throw new OverflowException(SQLResource.ArithOverflowMessage); 213throw new OverflowException(SQLResource.ArithOverflowMessage); 219throw new OverflowException(SQLResource.ArithOverflowMessage); 224throw new OverflowException(SQLResource.ArithOverflowMessage); 241throw new OverflowException(SQLResource.ArithOverflowMessage); 258throw new OverflowException(SQLResource.ArithOverflowMessage); 336throw new OverflowException(SQLResource.ArithOverflowMessage); 351throw new OverflowException(SQLResource.ArithOverflowMessage); 380throw new OverflowException(SQLResource.ConversionOverflowMessage); 386throw new OverflowException(SQLResource.ConversionOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (6)
94throw new OverflowException(SQLResource.ArithOverflowMessage); 111throw new OverflowException(SQLResource.ArithOverflowMessage); 117throw new OverflowException(SQLResource.ArithOverflowMessage); 297throw new OverflowException(SQLResource.ArithOverflowMessage); 313throw new OverflowException(SQLResource.ArithOverflowMessage); 325throw new OverflowException(SQLResource.ArithOverflowMessage);
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (5)
61throw new OverflowException(SQLResource.ArithOverflowMessage); 151throw new OverflowException(SQLResource.ArithOverflowMessage); 166throw new OverflowException(SQLResource.ArithOverflowMessage); 181throw new OverflowException(SQLResource.ArithOverflowMessage); 199throw new OverflowException(SQLResource.ArithOverflowMessage);
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
711throw new OverflowException();
267 references to OverflowException
ComSvcConfig (1)
ComAdminWrapper.cs (1)
658catch (OverflowException)
mscorlib (23)
microsoft\win32\registrykey.cs (5)
1272catch (OverflowException e) { 1297catch (OverflowException e) { 1325catch (OverflowException e) { 1343catch (OverflowException e) { 1584catch (OverflowException) {
system\byte.cs (1)
121catch(OverflowException e) {
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1846catch (OverflowException)
system\collections\concurrent\PartitionerStatic.cs (2)
235catch (OverflowException) 292catch (OverflowException)
system\decimal.cs (5)
827catch (OverflowException e) { 845catch (OverflowException e) { 861catch (OverflowException e) { 949catch (OverflowException e) { 1077catch (OverflowException e) {
system\globalization\hijricalendar.cs (1)
298catch (OverflowException) { }
system\guid.cs (2)
791catch (OverflowException ex) { 837catch (OverflowException ex) {
system\int16.cs (1)
141catch(OverflowException e) {
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
442catch (OverflowException) {
system\sbyte.cs (1)
151catch(OverflowException e) {
system\security\accesscontrol\acl.cs (1)
2621catch( OverflowException )
system\uint16.cs (1)
135catch(OverflowException e) {
system\version.cs (1)
517} catch (OverflowException e) {
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
885catch (OverflowException) 924catch (OverflowException)
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
1008catch (OverflowException ex)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
198catch (OverflowException)
PresentationFramework (9)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2016catch (OverflowException)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
991catch(System.OverflowException)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1581catch (OverflowException) { }
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
245catch (System.OverflowException) 266catch (System.OverflowException) 310catch (System.OverflowException) 8649catch (System.OverflowException)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3807catch (System.OverflowException)
src\Framework\System\Windows\Documents\ZoomPercentageConverter.cs (1)
207catch (OverflowException) { }
System (5)
compmod\system\diagnostics\Switch.cs (1)
163catch (OverflowException e) {
net\System\Net\_SSPIWrapper.cs (3)
143catch (OverflowException) { 732catch (OverflowException) 760catch (OverflowException)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
263catch (OverflowException) {
System.Activities (2)
System\Activities\Debugger\DebugInfo.cs (1)
423catch (OverflowException)
System\Activities\WorkflowIdentity.cs (1)
176catch (OverflowException ex)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
415catch (OverflowException)
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditorViewModel.cs (1)
62catch (OverflowException ex)
System.Data (64)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
415catch (OverflowException)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VersionEditorViewModel.cs (1)
62catch (OverflowException ex)
fx\src\data\System\Data\Common\AdapterUtil.cs (4)
237static internal OverflowException Overflow(string error) { 240static internal OverflowException Overflow(string error, Exception inner) { 241OverflowException e = new OverflowException(error, inner); 1610else if (inner is OverflowException) {
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
69catch (OverflowException) {
fx\src\data\System\Data\Common\ByteStorage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Common\CharStorage.cs (1)
69catch (OverflowException) {
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
73catch (OverflowException) {
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
74catch (OverflowException) {
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
346catch (OverflowException e) {
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Common\Int16Storage.cs (1)
141catch (OverflowException) {
fx\src\data\System\Data\Common\Int32Storage.cs (1)
140catch (OverflowException) {
fx\src\data\System\Data\Common\Int64Storage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Common\SByteStorage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Common\SingleStorage.cs (1)
136catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
46catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
75catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
47catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
143catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
46catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
77catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
142catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
143catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
46catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
143catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
143catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
144catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
143catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
144catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
81catch (OverflowException) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
45catch (OverflowException) {
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
126catch (OverflowException) {
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
140catch (OverflowException) {
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
139catch (OverflowException) {
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
135catch (OverflowException) {
fx\src\data\System\Data\Filter\BinaryNode.cs (2)
227catch (System.OverflowException e) { 856catch (OverflowException) {
fx\src\data\System\Data\Filter\ConstNode.cs (5)
134catch (System.OverflowException e) { 149catch (System.OverflowException e) { 193catch (System.OverflowException e) { 209catch (System.OverflowException e) { 225catch (System.OverflowException e) {
fx\src\data\System\Data\Filter\FilterException.cs (2)
81static private OverflowException _Overflow(string error) { 82OverflowException e = new OverflowException(error);
fx\src\data\System\Data\Odbc\DbDataRecord.cs (2)
79OverflowException innerException = (OverflowException)Values[i];
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
753catch(OverflowException e) {
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (4)
796catch (OverflowException e) { 818catch (OverflowException e) 838catch (OverflowException e) { 861catch (OverflowException e) {
fx\src\data\System\Data\SqlClient\SqlSequentialStream.cs (1)
336catch (OverflowException)
fx\src\data\System\Data\SqlClient\SqlSequentialTextReader.cs (1)
473catch (OverflowException)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
10248catch (OverflowException) { 10352catch (OverflowException) {
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (1)
203catch (OverflowException)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
2722catch (OverflowException) { 2732catch (OverflowException) {
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (2)
312catch (OverflowException) { 324catch (OverflowException) {
System.Data.Services (2)
System\Data\Services\HttpProcessUtility.cs (1)
401if (e is FormatException || e is OverflowException || e is ArgumentException)
System\Data\Services\UpdatableWrapper.cs (1)
404catch (OverflowException e)
System.Data.Services.Client (2)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
401if (e is FormatException || e is OverflowException || e is ArgumentException)
System\Data\Services\Client\ClientConvert.cs (1)
204catch (OverflowException ex)
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
4140catch (OverflowException) {} 4269catch (OverflowException) {
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
438catch (System.OverflowException) {}
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
750catch (OverflowException) { 772catch (OverflowException) {
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
3336|| inner is OverflowException)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
608|| inner is OverflowException) 839|| inner is OverflowException)
System.Management (2)
WmiGenerator.cs (2)
852catch(OverflowException) 1701catch(OverflowException)
System.Messaging (1)
System\Messaging\Message.cs (1)
2386catch (OverflowException)
System.Numerics (4)
System\Numerics\BigNumber.cs (4)
547catch (OverflowException e) { throw new FormatException(SR.GetString(SR.Format_TooLarge), e); } 572catch (OverflowException e) { throw new FormatException(SR.GetString(SR.Format_TooLarge), e); } 582catch (OverflowException e) { throw new FormatException(SR.GetString(SR.Format_TooLarge), e); } 592} catch (OverflowException e) { throw new FormatException(SR.GetString(SR.Format_TooLarge), e); }
System.Runtime.Serialization (20)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
224catch (OverflowException exception) 326catch (OverflowException exception) 364catch (OverflowException exception)
System\Runtime\Serialization\Json\XmlJsonReader.cs (4)
703catch (OverflowException exception) 729catch (OverflowException exception) 1008catch (OverflowException exception) 1028catch (OverflowException exception)
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
732catch (OverflowException exception) 754catch (OverflowException exception)
System\Xml\XmlBufferReader.cs (2)
501catch (OverflowException exception) 523catch (OverflowException exception)
System\Xml\XmlConverter.cs (8)
108catch (OverflowException exception) 136catch (OverflowException exception) 164catch (OverflowException exception) 192catch (OverflowException exception) 220catch (OverflowException exception) 302catch (OverflowException exception) 328catch (OverflowException exception) 353catch (OverflowException exception)
System\Xml\XmlDictionaryReader.cs (1)
938catch (OverflowException exception)
System.ServiceModel (8)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
121catch (OverflowException)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (2)
259catch (OverflowException exception) 275catch (OverflowException exception)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (1)
140catch (OverflowException)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
424catch (OverflowException)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
1707catch (OverflowException)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
263catch (OverflowException)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
150catch (OverflowException e)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\SerializationUtility.cs (2)
112catch (OverflowException oe) 255catch (OverflowException oe)
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
443catch (OverflowException)
System.Transactions (1)
System\Transactions\Oletx\DTCTransactionManager.cs (1)
170catch ( OverflowException caughtEx )
System.Web (6)
Compilation\MultiTargetingUtil.cs (1)
391catch (OverflowException e) {
Management\webeventbuffer.cs (2)
152catch (OverflowException) { 164catch (OverflowException) {
Util\ProviderUtil.cs (3)
45if (e is ArgumentException || e is FormatException || e is OverflowException) { 85if (e is ArgumentException || e is FormatException || e is OverflowException) { 126if (e is ArgumentException || e is FormatException || e is OverflowException) {
System.Web.DataVisualization (21)
Common\ChartTypes\BarChart.cs (3)
575 catch(OverflowException) 1488 catch(OverflowException) 1683 catch(OverflowException)
Common\ChartTypes\ColumnChart.cs (2)
485 catch(OverflowException) 815 catch(OverflowException)
Common\ChartTypes\LineChart.cs (2)
774catch (OverflowException) 842catch (OverflowException)
Common\ChartTypes\StackedBarChart.cs (3)
831 catch(OverflowException) 1584 catch(OverflowException) 1745 catch(OverflowException)
Common\ChartTypes\StackedColumnChart.cs (3)
851 catch(OverflowException) 1622 catch(OverflowException) 1781 catch(OverflowException)
Common\Formulas\GeneralFormulas.cs (1)
185 catch( OverflowException )
Common\Formulas\Oscillator.cs (1)
677 catch( OverflowException )
Common\Formulas\PriceIndicators.cs (1)
1166 catch( OverflowException )
Common\Formulas\StatisticalAnalysis.cs (1)
151 catch( OverflowException )
Common\Formulas\TechGeneralIndicators.cs (1)
868 catch( OverflowException )
Common\Formulas\TimeSeriesAndForecasting.cs (1)
121 catch( OverflowException )
Common\Formulas\VolumeIndicator.cs (1)
107 catch( OverflowException )
Common\General\Chart.cs (1)
328catch (OverflowException)
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
603catch (System.OverflowException) {
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
470catch( OverflowException ){ 743catch( OverflowException ){
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2033catch (OverflowException) {
System.Windows.Forms.DataVisualization (21)
Common\ChartTypes\BarChart.cs (3)
575 catch(OverflowException) 1488 catch(OverflowException) 1683 catch(OverflowException)
Common\ChartTypes\ColumnChart.cs (2)
485 catch(OverflowException) 815 catch(OverflowException)
Common\ChartTypes\LineChart.cs (2)
774catch (OverflowException) 842catch (OverflowException)
Common\ChartTypes\StackedBarChart.cs (3)
831 catch(OverflowException) 1584 catch(OverflowException) 1745 catch(OverflowException)
Common\ChartTypes\StackedColumnChart.cs (3)
851 catch(OverflowException) 1622 catch(OverflowException) 1781 catch(OverflowException)
Common\Formulas\GeneralFormulas.cs (1)
185 catch( OverflowException )
Common\Formulas\Oscillator.cs (1)
677 catch( OverflowException )
Common\Formulas\PriceIndicators.cs (1)
1166 catch( OverflowException )
Common\Formulas\StatisticalAnalysis.cs (1)
151 catch( OverflowException )
Common\Formulas\TechGeneralIndicators.cs (1)
868 catch( OverflowException )
Common\Formulas\TimeSeriesAndForecasting.cs (1)
121 catch( OverflowException )
Common\Formulas\VolumeIndicator.cs (1)
107 catch( OverflowException )
Common\General\Chart.cs (1)
328catch (OverflowException)
System.Workflow.ComponentModel (1)
AuthoringOM\Utility.cs (1)
50catch (OverflowException)
System.Xml (51)
System\Xml\BinaryXml\XmlBinaryReader.cs (9)
849catch (OverflowException e) { 1082catch (OverflowException e) { 1168catch (OverflowException e) { 1254catch (OverflowException e) { 1340catch (OverflowException e) { 1426catch (OverflowException e) { 1512catch (OverflowException e) { 1544catch (OverflowException e) { 1580catch (OverflowException e) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
6554catch (OverflowException e) {
System\Xml\Core\XsdValidatingReader.cs (18)
402catch (OverflowException e) { 427catch (OverflowException e) { 452catch (OverflowException e) { 477catch (OverflowException e) { 502catch (OverflowException e) { 527catch (OverflowException e) { 552catch (OverflowException e) { 577catch (OverflowException e) { 610catch (OverflowException e) { 647catch (OverflowException e) { 674catch (OverflowException e) { 701catch (OverflowException e) { 728catch (OverflowException e) { 755catch (OverflowException e) { 782catch (OverflowException e) { 809catch (OverflowException e) { 836catch (OverflowException e) { 869catch (OverflowException e) {
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
56catch (OverflowException e) { 92catch (OverflowException e) { 133catch (OverflowException e) { 170catch (OverflowException e) {
System\Xml\Schema\DataTypeImplementation.cs (3)
541catch (OverflowException e) { //Catching for exceptions thrown by ValueConverter 980catch (OverflowException e) { //Catching for exceptions thrown by ValueConverter 1186catch (OverflowException e) { //Catching for exceptions thrown by ValueConverter
System\Xml\Schema\Inference\Infer.cs (13)
1463catch (OverflowException) 1477catch (OverflowException) 1494catch (OverflowException) 1508catch (OverflowException) 1525catch (OverflowException) 1539catch (OverflowException) 1556catch (OverflowException) 1570catch (OverflowException) 1601catch (OverflowException) 1610catch (OverflowException) 1625catch (OverflowException) { } 1641catch (OverflowException) 1655catch (OverflowException)
System\Xml\Schema\XsdDuration.cs (2)
260catch (OverflowException) { 345catch (OverflowException) {
System\Xml\XmlConvert.cs (1)
1125} catch ( OverflowException ) {
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
84catch (OverflowException) 91catch (OverflowException)