DiagnosticsElement 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Web.config 配置文件中的 <diagnostics> 元素。
public ref class DiagnosticsElement sealed : System::Configuration::ConfigurationElement
	public sealed class DiagnosticsElement : System.Configuration.ConfigurationElement
	type DiagnosticsElement = class
    inherit ConfigurationElement
	Public NotInheritable Class DiagnosticsElement
Inherits ConfigurationElement
		- 继承
 
注解
类 DiagnosticsElement 表示 <Web.config文件中的诊断> 元素。 将 SuppressReturningExceptions 属性设置为 true,以便将异常返回给客户端以进行调试。
构造函数
| DiagnosticsElement() | 
		 初始化 DiagnosticsElement 类的新实例。  |