Compartir a través de


DiagnosticsElement.SuppressReturningExceptions Propiedad

Definición

Obtiene o establece un valor que indica si el servicio devuelve excepciones.

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

Valor de propiedad

Boolean

true si el servicio devuelve excepciones; de lo contrario, false. De manera predeterminada, es false.

Atributos

Se aplica a