Condividi tramite


DiagnosticsElement.SuppressReturningExceptions Proprietà

Definizione

Ottiene o imposta un valore che indica se il servizio restituisce eccezioni.

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

Valore della proprietà

Boolean

true se il servizio restituisce eccezioni; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a