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

プロパティ値

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

属性

適用対象