CallbackDebugElement.IncludeExceptionDetailInFaults プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント コールバック オブジェクトが 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 です。
- 属性