共用方式為


WebHttpEndpointElement.FaultExceptionEnabled 屬性

定義

取得或設定旗標,指定內部伺服器錯誤 (HTTP 狀態碼:500) 發生時,是否產生 FaultException。

public:
 property bool FaultExceptionEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("faultExceptionEnabled", DefaultValue=false)]
public bool FaultExceptionEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("faultExceptionEnabled", DefaultValue=false)>]
member this.FaultExceptionEnabled : bool with get, set
Public Property FaultExceptionEnabled As Boolean

屬性值

如果已啟用旗標,會傳回 true,否則會傳回 false

屬性

適用於