Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System/Exception.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ Stack Trace:
</ReturnValue>
<Docs>
<summary>Gets a string representation of the immediate frames on the call stack.</summary>
<value>A string that describes the immediate frames of the call stack.</value>
<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>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down