Share via


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

プロパティ値

双方向通信で、Windows Communication Foundation (WCF) がデバッグのために SOAP エラーのマネージド クライアント コールバック例外情報をサービス側に返す場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象