You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/TimeSpan.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2777,7 +2777,7 @@ If the `s` argument is not a day value only, it must include an hours and a minu
2777
2777
2778
2778
## Notes to callers
2779
2779
2780
-
When a time interval component in the string to be parsed contains more than seven digits, parsing operations in the .NET Framework 3.5 and earlier versions may behave differently from parsing operations in the .NET Framework 4 and later versions. In some cases, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <see cref="T:System.OverflowException" /> in the .NET Framework 4 and later. In other cases, parsing operations that throw a <see cref="T:System.FormatException" /> in the .NET Framework 3.5 and earlier versions may fail and throw an <see cref="T:System.OverflowException" /> in the .NET Framework 4 and later. The following example illustrates both scenarios.
2780
+
When a time interval component in the string to be parsed contains more than seven digits, parsing operations in the .NET Framework 3.5 and earlier versions may behave differently from parsing operations in the .NET Framework 4 and later versions. In some cases, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <xref:System.OverflowException> in the .NET Framework 4 and later. In other cases, parsing operations that throw a <xref:System.FormatException> in the .NET Framework 3.5 and earlier versions may fail and throw an <xref:System.OverflowException> in the .NET Framework 4 and later. The following example illustrates both scenarios.
@@ -2913,7 +2913,7 @@ If the `input` argument is not a day value only, it must include an hours and a
2913
2913
2914
2914
## Notes to callers
2915
2915
2916
-
When a time interval component in the string to be parsed contains more than seven digits, parsing operations in the .NET Framework 3.5 and earlier versions may behave differently from parsing operations in the .NET Framework 4 and later versions. In some cases, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <see cref="T:System.OverflowException" /> in the .NET Framework 4 and later. In other cases, parsing operations that throw a <see cref="T:System.FormatException" /> in the .NET Framework 3.5 and earlier versions may fail and throw an <see cref="T:System.OverflowException" /> in the .NET Framework 4 and later. The following example illustrates both scenarios.
2916
+
When a time interval component in the string to be parsed contains more than seven digits, parsing operations in the .NET Framework 3.5 and earlier versions may behave differently from parsing operations in the .NET Framework 4 and later versions. In some cases, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <xref:System.OverflowException> in the .NET Framework 4 and later. In other cases, parsing operations that throw a <xref:System.FormatException> in the .NET Framework 3.5 and earlier versions may fail and throw an <xref:System.OverflowException> in the .NET Framework 4 and later. The following example illustrates both scenarios.
@@ -4577,7 +4577,7 @@ When a time interval component in the string to be parsed contains more than sev
4577
4577
4578
4578
## Notes to callers
4579
4579
4580
-
In some cases, when a time interval component in the string to be parsed contains more than seven digits, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <see cref="T:System.OverflowException" /> in the .NET Framework 4 and later versions. The following example illustrates this scenario.
4580
+
In some cases, when a time interval component in the string to be parsed contains more than seven digits, parsing operations that succeed in the .NET Framework 3.5 and earlier versions may fail and throw an <xref:System.OverflowException> in the .NET Framework 4 and later versions. The following example illustrates this scenario.
0 commit comments