DiagnosticsElement.SuppressReturningExceptions プロパティ

定義

サービスが例外を返すかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

サービスが例外を返す場合は true。それ以外の場合は false。 既定値は、false です。

属性

適用対象