API/CodeSamples/UseFriendlyErrors.md
... ...
@@ -4,7 +4,7 @@
4 4
5 5
##About
6 6
7
-Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with a simpler error message. When this is false, errors are described with the default .NET error handling language.
7
+Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with a simpler error message. When this is false, errors are described with the default .NET error handling language. To disable error links entirely, use [[ShowStackTrace|/API/CodeSamples/ShowStackTrace]].
8 8
9 9
**Default Value:**
10 10