Partager via


DiagnosticsElement.SuppressReturningExceptions Propriété

Définition

Obtient ou définit une valeur qui indique si le service retourne des exceptions.

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

Valeur de propriété

Boolean

true si le service retourne des exceptions ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à