Skip to content

Commit f8aab18

Browse files
Document Exception.StackTrace nullability (#8739)
1 parent 8b0e602 commit f8aab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Exception.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ Stack Trace:
14351435
</ReturnValue>
14361436
<Docs>
14371437
<summary>Gets a string representation of the immediate frames on the call stack.</summary>
1438-
<value>A string that describes the immediate frames of the call stack.</value>
1438+
<value>A string that describes the immediate frames of the call stack. If no stack trace is available (such as prior to stack unwinding from a <see langword="throw" /> statement), the value is <see langword="null" />.</value>
14391439
<remarks>
14401440
<format type="text/markdown"><![CDATA[
14411441

0 commit comments

Comments
 (0)