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/Exception.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1435,7 +1435,7 @@ Stack Trace:
1435
1435
</ReturnValue>
1436
1436
<Docs>
1437
1437
<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 <seelangword="throw" /> statement), the value is <seelangword="null" />.</value>
0 commit comments