CallbackDebugElement.IncludeExceptionDetailInFaults 属性

定义

获取或设置一个值,该值指定客户端回调对象是否向服务返回 SOAP 错误中的托管异常信息。

public:
 property bool IncludeExceptionDetailInFaults { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("includeExceptionDetailInFaults", DefaultValue=false)]
public bool IncludeExceptionDetailInFaults { get; set; }
[<System.Configuration.ConfigurationProperty("includeExceptionDetailInFaults", DefaultValue=false)>]
member this.IncludeExceptionDetailInFaults : bool with get, set
Public Property IncludeExceptionDetailInFaults As Boolean

属性值

Boolean

如果 Windows Communication Foundation (WCF) 在双工通信中返回 SOAP 错误中的托管客户端回调异常信息,以便进行服务端调试,则为 true;否则为 false。 默认值为 false

属性

适用于