共用方式為


HostSettings.IncludeExceptionDetailInFaults 屬性

定義

取得或設定錯誤中是否包含例外狀況詳細資料。

public:
 property bool IncludeExceptionDetailInFaults { bool get(); void set(bool value); };
public bool IncludeExceptionDetailInFaults { get; set; }
member this.IncludeExceptionDetailInFaults : bool with get, set
Public Property IncludeExceptionDetailInFaults As Boolean

屬性值

Boolean

如果在錯誤中包含例外狀況的詳細資訊,則為 true,否則為 false

適用於