#UseFriendlyErrors

##About

Summary: Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. When this is false, errors are simply re-thrown to be handled by .NET's error handling.
Data Type: System.Boolean
Accepted Values:
Default Value: True
Impacted Features:
Purpose:
Usage:
Caveats:

##Code Samples ###Global.asax (C♯)

```

###Global.asax (VB.NET)

```visualbasic
##Alternate Usage: ##Screenshots