DataServiceConfiguration.UseVerboseErrors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据服务是否应返回详细错误。
public:
property bool UseVerboseErrors { bool get(); void set(bool value); };
public bool UseVerboseErrors { get; set; }
member this.UseVerboseErrors : bool with get, set
Public Property UseVerboseErrors As Boolean
属性值
是否返回详细错误。
实现
注解
UseVerboseErrors 属性用于设置整个服务的默认详细错误行为。 个别响应可以具有不同的行为,具体取决于 UseVerboseErrors 类中 HandleException 方法的自变量的 DataService<T> 属性值。
出于安全方面的考虑,详细错误只应在开发期间启用,不应在生产环境中启用。