DataServiceConfiguration.UseVerboseErrors 属性

定义

获取或设置数据服务是否应返回详细错误。

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> 属性值。

出于安全方面的考虑,详细错误只应在开发期间启用,不应在生产环境中启用。

适用于

另请参阅