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

適用対象