Skip to content

Commit ed5152d

Browse files
authored
Update error message for idData hexadecimal length (#12582)
1 parent f926b6a commit ed5152d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/System.Diagnostics/ActivityTraceId.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Because an `ActivityTraceId` is a structure that contains 16 bytes, it can be pa
153153
]]></format>
154154
</remarks>
155155
<exception cref="T:System.ArgumentOutOfRangeException">
156-
<paramref name="idData" /> does not contain 16 hexadecimal characters.
156+
<paramref name="idData" /> does not contain 32 hexadecimal characters.
157157

158158
-or-
159159

0 commit comments

Comments
 (0)