DiagnosticsElement.SuppressReturningExceptions Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Dienst Ausnahmen zurückgibt.

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

Eigenschaftswert

truewenn der Dienst Ausnahmen zurückgibt; andernfalls . false Der Standardwert lautet false.

Attribute

Gilt für: