共用方式為


ServiceDebugElement.IncludeExceptionDetailInFaults 屬性

定義

取得或設定值,指定是否要在傳回至用戶端以進行偵錯的 SOAP 錯誤詳細資料中包含 Managed 例外狀況資訊。

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 錯誤中傳回 Managed 例外狀況資訊,以供用戶端偵錯之用,則為 true,否則為 false。 預設為 false

屬性

備註

如果您將 IncludeExceptionDetailInFaults 屬性以程式設計的方式設定為 true,就可以讓 Managed 例外狀況資訊傳送至用戶端以便偵錯,以及發行 HTML 資訊檔案,在 Web 瀏覽器中瀏覽該服務的使用者便可以存取這些檔案。

警告

將 Managed 例外狀況資訊傳回至服務可能會有安全性風險。 這是因為例外狀況細節會公開內部用戶端實作的相關資訊,可能會被未經授權的服務加以利用。

適用於