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/DateTime.xml
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10012,11 +10012,7 @@ The following example illustrates the <xref:System.DateTime.TryParse%28System.St
10012
10012
<returns>
10013
10013
<see langword="true" /> if <paramref name="s" /> was converted successfully; otherwise, <see langword="false" />.</returns>
10014
10014
<remarks>To be added.</remarks>
10015
-
<exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
10016
-
10017
-
-or-
10018
-
10019
-
<paramref name="format" /> does not contain a valid custom format pattern.</exception>
10015
+
<exception cref="T:System.FormatException">The length of an element in <paramref name="formats" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.</exception>
10020
10016
<exception cref="T:System.ArgumentException">
10021
10017
<paramref name="style" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
10022
10018
@@ -10296,11 +10292,7 @@ The following example illustrates the <xref:System.DateTime.TryParse%28System.St
10296
10292
10297
10293
]]></format>
10298
10294
</remarks>
10299
-
<exception cref="T:System.FormatException">The length of <paramref name="format" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.
10300
-
10301
-
-or-
10302
-
10303
-
<paramref name="format" /> does not contain a valid custom format pattern.</exception>
10295
+
<exception cref="T:System.FormatException">The length of an element in <paramref name="formats" /> is 1, and it is not one of the format specifier characters defined for <see cref="T:System.Globalization.DateTimeFormatInfo" />.</exception>
10304
10296
<exception cref="T:System.ArgumentException">
10305
10297
<paramref name="style" /> is not a valid <see cref="T:System.Globalization.DateTimeStyles" /> value.
0 commit comments