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

プロパティ値

true 例外の詳細が障害に含まれている場合。それ以外の場合は false

適用対象