API/CodeSamples/ShowStackTrace.md
... ...
@@ -4,9 +4,7 @@
4 4
5 5
##About
6 6
7
-When set to true, errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. The error message can be [[friendly|/API/CodeSamples/UseFriendlyErrors]] or not, meaning that it displays a more detailed but less technical reason for the error, or the .NET error handling language.
8
-
9
-Gets or sets the value indicating format for showing exceptions. Izenda.AdHoc.AdHocSettings.UseFriendlyErrors must be on for this to have an effect.
7
+Gets or sets the value indicating format for showing exceptions. When set to true, errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. The error message can be [[friendly|/API/CodeSamples/UseFriendlyErrors]] or not, meaning that it displays a more detailed but less technical reason for the error, or the .NET error handling language.
10 8
11 9
**Default Value:**
12 10