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を返します。

属性

適用対象