DiagnosticsElement.SuppressReturningExceptions Vlastnost

Definice

Získává nebo nastavuje hodnotu, která indikuje, jestli služba vrací výjimky.

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

Hodnota vlastnosti

Boolean

true Pokud služba vrátí výjimky; v opačném případě false . Výchozí formát je false.

Atributy

Platí pro